Olli Tietäväinen

Results 49 issues of Olli Tietäväinen

### Describe your motivation Sometimes you want to select all of the items available (or all except one, etc.). If there's more than a handful, clicking on them all is...

enhancement
vaadin-multi-select-combo-box

### Description of the bug Two example views: `HelloWorldView` and `AboutView`. `AboutView` accepts optional parameters. `HelloWorldView` forwards to `AboutView` with a String parameter. ``` @Route(value = "hello", layout = MainLayout.class)...

bug
Impact: High
Severity: Major

### Describe your motivation Sometimes, you want to add or remove items from the query parameters before e.g. rerouting. This could happen e.g. if the query parameters contain information that...

enhancement

### Describe your motivation Reading query parameters is currently too difficult. Only slightly exaggerated example for reading a single value from a query parameter `?key=value` : ```java @Override public void...

enhancement

### Describe your motivation Creating a new QueryParameters and adding values to it is bothersome. You must supply a Map as the constructor parameter, and the Map itself is copy-constructed...

enhancement

### Describe your motivation Rough table of which types of parameters are accepted to each method: T parameter = target interface HasUrlParameter type |   |   |   |   |   |   |  ...

enhancement
routing

### Description DateTimePicker set in a FormLayout with labels set to the side doesn't fit the bounds of the form cell. Possibly related issue: https://github.com/vaadin/web-components/issues/808 ### Expected outcome DateTimePicker should...

Severity: Major
Impact: Low
vaadin-form-layout
needs discussion
workaround

### Describe your motivation In the case of resynchronization, the UI is detached and reattached. This causes the detach events to fire. In use cases where expensive resources are acquired...

enhancement
workaround

https://vaadin.com/docs/themes/lumo/badges.html has > To use the badge utility, you first need to import the style sheet into the correct style scope where you want to use it. > In server-side...

V14 documentation doesn't mention the `saveBeanAsDraft` methods at all - they should be documented.