flow
flow copied to clipboard
Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
### Description of the bug / feature When business logic, which runs in background in separate thread from request-response thread, tries to modify the UI calling ui.access(command) method and the...
### Description of the bug After (only) updating vaadin from 24.1.4 to 24.1.11 my (WildFly 29.0.1.FINAL) application server no longer starts the .war but gives an error: ``` Failed to...
### Describe your motivation For bindings in a binder, you can add validators which produce errors with `ErrorLevel.INFO` or `ErrorLevel.WARNING`. Despite the level set, binder calls `setInvalid(true)` (and sets error...
### Description Text field lazy value change mode doesn't work properly after adding key listener. Below is an example that works fine: ``` tf = new TextField(); tf.setValueChangeMode(ValueChangeMode.LAZY); tf.setValueChangeTimeout(1000); tf.addValueChangeListener(evt...
### Description of the bug When I add a WebComponentExporter for a Component and this component sets a historyChange handler, the handler is not invoked when changing the history. I...
### Description of the bug When the application property vaadin.whitelisted-packages is reduced, the front-end development bundle is not automatically rebuilt. This leads to the situation, that an erroneous change to...
### Description of the bug Sometimes when shutting down the development server, there's an error like this in the console: ``` 2024-02-29T10:33:12.275+02:00 ERROR 79839 --- [ionShutdownHook] o.atmosphere.cpr.AsynchronousProcessor : Failed to...
### Describe the bug In Flow-Hilla hybrid apps like this [one](https://github.com/Lodin/hilla-file-router-example), navigating to non-existent routes in dev mode only shows Flow views as available (not the Hilla ones).  ###...
### Describe your motivation I'm building an app which performs bookings; the user can open the app in multiple tabs and launch a booking wizard in every tab. Each wizard...
### Describe your motivation As part of providing a unified Vaadin framework, translation messages are going to be shared between all environments: Vaadin backends in general, Flow views and Hilla...