Jouni Koivuviita

Results 231 comments of Jouni Koivuviita

I think there’s a bug in vaadin-text-field that prevents scrolling the bottom pane. When you start the seipe from vaadin-text-area it scrolls as expected.

Looks great! Have you considered state attributes?

We’re going to do a quick round of prototyping (2d timebox) to get a better understanding about this, what would be a viable fix for this issue.

I suspect this is happening due to the grid gaining focus, and the native browser behavior is to scroll the focused element completely visible in the browser viewport. I’m not...

I suppose it would be a breaking change, but it would be good to use the standard components `` and `` instead of extended/custom components `` and ``. That would...

Yeah, I had a recollection there are some additional things in them (didn't bother checking the code, lazy me). But couldn't those be handled by the wrapping `` instead? Configure...

Not sure how we’ll fix this, but the original/current implementation has never really been ideal for this exact reason, that there’s an arbitrary viewport width after which the width is...

AFAIK the color should depend on the checked state of the control (gray when unchecked, purple (primary/accent) when checked).

I wonder if this could be a more straightforward feature for the developer, if the dialog stored its position in the browser localStorage (with a unique ID), and restored the...