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 If a Vaadin application is served on a nested path (e.g. `/nested/*` custom servlet mapping with also `/VAADIN/*` mapped), service worker is not able to...

bug
Impact: Low
Severity: Major
vite

### Description of the bug When building for production with Vite, resources are compressed by `rollup-plugin-brotli`, but for some reason the service worker javascript seems to be ignored and `sw.js.br`...

bug
performance
Impact: High
Severity: Major
vite

### Description of the bug Running `npx pnpm@7 i` in a project using Vite results in ```  ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies . └─┬ @rollup/plugin-replace ├── ✕ missing peer rollup@"^1.20.0 ||...

bug
workaround
Impact: Low
Severity: Minor
vite

### Description of the bug In [a basic Vite example](https://stackblitz.com/edit/vitejs-vite-hbzhhv?file=vite.config.ts), you can see that Vite automatically restarts the server once you change the Vite config file that is `vite.config.ts` by...

bug
Impact: Low
Severity: Minor
vite

Everything that depends on Polymer doesn't quite work well with Vite, but everything that is not iron-icon, there's an workaround for it. Vaadin components that are based on Polymer don't...

bug
Impact: Low
Severity: Minor
vite

### Describe your motivation I would like to get only the first x items in the grid without fetching the entire data. ### Describe the solution you'd like I would...

enhancement
data provider

### Describe your motivation Our customers regularly perform penetration tests on our web application. Right now, a malicious actor can find the Vaadin version that we use by inspecting the...

enhancement
push

### Description of the bug / feature In a Vaadin 18 + Spring app, swagger-ui page is not showing (returns a blank page) with errors in the console. ### Minimal...

bug
Impact: Low
Severity: Major

For some use cases, it is desirable to exclude specific URLs from being handled by Vaadin (without changing the Vaadin URL mapping). For example, to integrate Swagger-UI, it would be...

enhancement

### Description of the bug When I * add a click shortcut for the `Key.ENTER` key on a button, and * set browser default allowed to `false` on that shortcut...

bug
Impact: High
Severity: Major