flow icon indicating copy to clipboard operation
flow copied to clipboard

Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

Results 426 flow issues
Sort by recently updated
recently updated
newest added

### 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

There should be a type safe Element API for inline styles, e.g. `element.getStyle().setTopPx(12.5);`

enhancement
needs design
element API

The functionality of the chained method call `getElement().getNode().runWhenAttached(ui -> ...)` is a mighty feature to delegate code execution to the moment, when an element is really attached to the UI....

enhancement
needs design

### 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 of the bug Attempt to run vaadin-flow-karaf-example (https://github.com/vaadin/vaadin-flow-karaf-example) with version 23.2.0 in production mode without suitable license produces an uninformative message. "The BROWSE action is not supported on...

bug
DX
Impact: High
Severity: Major

### Describe your motivation In our case, a `Shortcut` usually triggers an action which should be execcuted once until the user presses the same keys again. However, if you keep...

enhancement
Shortcut API

### Describe your motivation When you start a Spring Boot application using Spring boot dev tools, it automatically starts a livereload server on port 35729. This port is hard coded...

enhancement
live reload

## Motivation The current Flow concept is that, if you hide an element with `setVisible(false)`, Flow postpones the commands you send from the server to the client for this element...

enhancement
element API