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

Add support for adding Flow components as children to ReactAdapterComponent. Implementation idea: - add `useContent(name: string)` ReactAdapterElement hook, supports rendering a DOM placeholder in React - add the corresponding `protected...

hilla

### Description of the bug This is a documentation problem merely. ### Expected behavior Explain whet getDataProvider() is good for and don't point to deprecated methods that are even documented...

data provider
documentation

### Description of the bug Please see the video. It is hard to explain. The problem may also be a refresh that's not properly working. ### Expected behavior I'd like...

bug
Impact: Low
Severity: Major

### Description of the bug The 'parent' of a so-called "root node" is NULL. Hence it is very surprising that I cannot refresh the NULL root node. (Or shall I...

bug
data provider
Impact: Low
Severity: Minor

### Description of the bug This is about DX, but I would consider it a bug rather than a feature. TreeData and TreeGrid are Vaadin-provided classes. I feel I should...

documentation

### Description of the bug UI project utilizing vaadin-gradle-plugin fails to build on vaadinBuildFrontend task, when Gradle toolchains configured to higher version of java. e.g JAVA_HOME is java 11, toolchain...

investigation
gradle

### Description of the bug Listen on grid to press colon did not work there is no Key.COLON and even key.of(":") will not work. ### Expected behavior Get a event...

investigation
Shortcut API

### Motivation UI projects utilizing the vaadin-gradle-plugin should not be constrained by the Java version used to run Gradle. Otherwise, it becomes a significant obstacle for projects to upgrade. ###...

enhancement
investigation

### Describe your motivation The current `getTranslation` API is convenient when [used inside a parent layout](https://vaadin.com/docs/latest/advanced/i18n-localization#using-localization-in-application) because it's inherited from `Component`. However, if you need to get a translation for...

enhancement
needs design
I18N

### Description In my logs I see a nullpointerexception after logging out (I think session expiration): ` 13 mei 2024 10:33:33,490 ERROR com.vaadin.flow.server.DefaultErrorHandler:105 - java.lang.NullPointerException: Cannot invoke "com.vaadin.flow.server.VaadinSession.getState()" because the...

duplicate
investigation