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

Fixes #18389

external dependency
awaits another ticket
+0.0.1

### Describe your motivation I have a Flow v23 application where the users can select the language on each tab they open. But then `frontend/index.html` states that the page is...

enhancement

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

### Description of the bug 1. Start my example 2. Click on the link "Two" 3. Then click on the Browser back button and confirm the dialog 4. Now check...

bug
routing
Impact: High
Severity: Major

### Description of the bug We got the following intermittent failure several times: ``` java.lang.NullPointerException: Cannot load from object array because the return value of "java.util.Map.get(Object)" is null at org.atmosphere.cpr.AtmosphereRequestImpl.getParameter(AtmosphereRequestImpl.java:399)...

investigation
push

### Description of the bug I am postponing navigation actions in a `BeforeLeaveEvent` via `postpone()` to present a consent message when the user initially comes into the application. If they...

bug
Impact: Low
Severity: Major

### Description of the bug You generally should never ship TS as the user might have different TS settings and the TS might not compile. There is also no point...

bug
Impact: Low
Severity: Minor

### Description of the bug See the test `PopStateHandlerIT.testEmptyHash_quadrupleBack`. The test is broken as it assumes the history contains a `"href"` value which it does not when you perform the...

bug
Impact: Low
Severity: Minor

### Description of the bug `BeanPropertySet` is supposed to identify Java bean properties, which are defined by the existence of getter and setter methods. However, `BeanPropertySet` fails to find getter...

bug
binder
Impact: Low
Severity: Minor

### Describe your motivation Test manually the Vaadin 24.4 pre-release after we complete any breaking changes: with Hilla app, Flow app and hybrid app to be sure that a proper...

enhancement