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 In V24, components will be stylable without `themablemixin`-based injection of css into components' shadow DOM thanks to [support for the ::part() selector](https://github.com/vaadin/platform/issues/3149). This means that there...

enhancement

### Description of the bug Grid without columns failed to serialize with the following exception: cannot assign instance of java.lang.invoke.SerializedLambda to field com.vaadin.flow.data.provider.AbstractDataProvider$DataListenerWrapper.registration of type com.vaadin.flow.shared.Registration in instance of com.vaadin.flow.data.provider.AbstractDataProvider$DataListenerWrapper...

bug
data provider
Impact: High
Severity: Major

### Description of the bug We have encountered a deadlock on our production multiple times. It doesn't always occur and we had a hard time reproducing it, but if it...

bug
Impact: High
Severity: Major

Since we are going to have a 14.9 release of the platform it might be good if we can back-port changes regarding license checker from 23.2 to flow 2.8

enhancement

### Description of the bug Vaadin appears to still be making the unwarranted assumption that everybody in the world maps their Vaadin servlets at the root of their servlet context....

documentation
Impact: Low
Severity: Major

### Description of the bug When using the latest Chrome in responsive layout with iPhone emulation (any of the choices iPhone SE, iPhone XR or iPhone 12 Pro) I get...

bug
Impact: Low
Severity: Major

### Description of the bug When using Webpack, in the console was reported whether frontend compilation was successful or failed if there were JS errors. ``` ----------------- Frontend compiled successfully....

bug
DX
Impact: High
Severity: Minor

### Describe your motivation We need a small upgrade for existing feature (EventBus), because we want to implement waiting for specific Vaadin events. Really is no big deal to implement,...

enhancement
investigation