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 683 flow issues
Sort by recently updated
recently updated
newest added

It should be possible to use signals for UI state management in an application that uses e.g. Kubernetes Kit to serialize user sessions. In other words, a class like this...

signals

### Describe your motivation When the argument of a ClientCallable cannot be deserialized, the exception is just an `IllegalArgumentException` thrown by Jackson, with no indication of which method failed. >...

DX

#22849 updated the Maven plugin build frontend scanning by excluding by default Vaadin development dependencies. In the previous Vaadin version this was not required because dev dependencies were usually filtered...

performance
maven-plugin

### Description of the bug I am using Vaadin with Gradle `8.12` and the `com.vaadin` gradle plugin. Since I move the plugin to version `24.8` up to `24.9.5`, the configuration...

gradle
Impact: Low
Severity: Major

I want to build an application that implements a Multi-Document approach using a tab sheet. The layout consists of a navigation panel on the left and a tab sheet on...

### Description of the bug Flow does not infer that adding or removing Tailwind classes in Java code requires recompiling the Tailwind CSS and thus building a new production bundle....

needs design
theming
workaround

### Description of the bug Overlays opened from an embedded Flow UI are rendered outside of the shadow root into which the "inline" UI is rendered, and are thus in...

investigation
theming

### Description of the bug If an Icon is created with a DownloadHandler and added to a disabled component, the downloadhandler will fail and the icon will not be loaded....

Impact: Low
Severity: Major
upload and download

### Description of the bug flow-server module has become a place where we have dropped various things needed by the front-end build and development time tooling. There is a lot...

investigation
refactor

### Description of the bug When I add @Push annotation on my AppShellConfigurator class I receive this warnings when stopping the webserver. I also added asyncSupported = true in my...

bug
DX
Impact: High
Severity: Minor