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

### Description of the bug This bug I am getting since I updated my project to vaadin 24. The full error is: ``` ERROR c.v.f.component.internal.UIInternals - The component class com.vaadin.flow.component.textfield.TextArea...

investigation

### Description of the bug When you start an app using Hilla FS routes and then do ``` touch src/main/frontend/generated/file-routes.ts ``` Two things can happen in the browser: 1. ```...

### Description of the bug ``` Customer is trying to use an Autoprefixer according to import autoprefixer from 'autoprefixer' const customConfig: UserConfigFn = (env) => ({ css: { postcss: {...

vite

### Description of the bug While developing in eclipse I use a dependency library I include this project locally. when prepare-runtime runs via maven the files from META-INF/frontend/ are ALL...

investigation

### Description of the bug When I click on a link that targets the current page no server-side round-trip takes place and no navigation events are triggered. 1. Click prints...

bug
routing
Impact: High
Severity: Major

### Describe the bug I have a ComponentRenderer column that returns either a VaadinIcon.CLOCK.create(), a Div with some text, or null. When I click on a row (which also opens...

bug
Impact: Low
Severity: Major

### Description of the bug "Resynchronizing UI by client's request. A network message was lost before reaching the client and the client is reloading the full UI state. This typically...

investigation
waiting for author

### Description of the bug This issue occurred once before, then you fixed it, and now it has returned in Vaadin Flow 24.4.0.rc1. When accessing the page, the method `сom.vaadin.flow.router.HasUrlParameter#setParameter`...

bug
Impact: High
Severity: Blocker

### Describe your motivation If there is a Hilla view in the project the endpoint should be "hot-reload" by default. For a Flow project, it should be disabled by default....

enhancement
hilla