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

### Description of the bug The `lang` attribute on the `html` tag is always set with the default language tag (the first in the the I18nProvider). That's an accessibility issue...

bug
Impact: High
Severity: Major
accessibility

### Description of the bug I ugpgraded our application to Spring Boot 3.2 and Vaadin 24.3.1 with jetty 12.0.3. After I start the server and sucessfully login I see the...

external dependency
awaits another ticket
workaround

## Description Add component for `` element and related components: - `` - `` - `` - `` - `` - `` - `` Fixes #15475

+0.1.0
Contribution

### Describe your motivation I'm trying to use Vaadin flow, Vaadin's `LoginForm`, and spring-security. The login process works fine. But I have Spring beans that want to be notified when...

enhancement
spring

### Describe your motivation Say I have a grid that uses the following record: ```java public record Item(String name, boolean hasDetails) {} ``` And I want to add a column...

enhancement

### Description of the bug The check at AbstractConfiguration:221 checks for the existence of `pom.xml` and `build.gradle`, however Gradle also supports Kotlin-based build files named `build.gradle.kts`; Flow should therefore check...

bug
gradle
Impact: High
Severity: Major

### Describe your motivation Say I have a `List`, I'd like to be able to call `verticalLayout.add(buttons)` but I can't: Java compiler says there's no `add(List)` function. ### Describe the...

enhancement

### Description of the bug With new Gradle 8.6 and the latest [setup-gradle@v3](https://github.com/gradle/actions/tree/v3.0.0/setup-gradle) it is now possible to safely and securely store [Gradle configuration cache](https://docs.gradle.org/8.6/release-notes.html#configuration-cache-improvements) which should improve the Gradle...

enhancement
gradle

### Description of the bug When using a modal component, such as `Dialog`, then shortcut registrations added to child components of the modal do not work if the component is...

bug
workaround
Impact: High
Severity: Minor

### Description of the bug I am currently upgrading my rather big maven multi-module app from Vaadin23 with Spring Boot 2.7 to latest Vaadin 24.3.3 with Spring Boot 3.2.1. So...

investigation
vite