Tatu Lund

Results 25 issues of Tatu Lund

Current API with GridContextMenu is like follows ``` contextMenu.setDynamicContentHandler(item -> { ... }); ``` This makes possible to populate the GridContextMenu based on item clicked. However sometimes there is need...

enhancement
vaadin-grid
Impact: High
workaround

### Description DataChangeEvent is not fired when GridListDataView#setFilter is called. Note, the event is fired when filter is set via DataProvider instead. This should be analogous. ### Expected outcome Event...

The default Parameter's in screen shot testing are strict. This means that tests will be flaky. For example I am using in my add-on testing the following settings ``` //...

enhancement

### Describe your motivation Ther is `ConnectionState` and `ConnectionStateStore` in "@vaadin/common-frontend", but the API is not very React friendly. Hence it would be nice to have useOffline hook. ### Describe...

enhancement
hilla

### Describe the bug Model's createEmptyValue uses `undefined` as empty value for all properties, but this is not compatible with all fields. `Binder` / `useForm` `clear()` function uses this function...

bug
hilla

### Describe your motivation In Vaadin 8 it is possible to run call back after before leave confirmed. This is handy for example with in case of logout button. See...

enhancement
migrating-from-v8

### Describe your motivation When using number fields with mobile devices, there could be confusion with what field is focused and use of the stepper buttons. Hence it would be...

enhancement
workaround

### Describe your motivation The tactile feel of the TreeGrid keyboard navigation is very un-intuitive and poor. My own experience comes from creation of Tree add-on https://vaadin.com/directory/component/tree Which is basically...

enhancement
vaadin-grid
needs design

vaadin-radio-button is currently baseline aligned In many scenarios this is visible so that the circle is few pixels higher, center alignment could be visually more balanced (opionated) Workaround _frontend/styles/radio-button-style.css_ ```...

bug
Severity: Minor
Impact: High