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

Related-to https://github.com/vaadin/flow/issues/19009

+0.0.1

### Describe your motivation Currently there is no API which can return query parameters of current page url, or there is also not any API which returns current url path....

enhancement

### Description of the bug I tried to style the https://github.com/FlowingCode/GoogleMapsAddon . The webcomponent doesn't offer any themable parts and places the Google Map into a ShadowDOM, so I thought...

theming
documentation

### Description of the bug When I attempt to set a port for vite to start on using the vite.config.ts, it is overridden and vite starts on a random free...

bug
Impact: Low
Severity: Minor
vite

### Description of the bug When using the default implementation of getDraggableElement, the `DropEvent::getDragSourceComponent` in the drop listener of a DropTarget, returns the DragSource component correctly. However, I want the...

bug
dnd
Impact: Low
Severity: Minor

### Description of the bug In my application, I have multiple draggable components and multiple drop targets. Depending on the component being dragged, drop zones are activated. To make this...

bug
dnd
Impact: Low
Severity: Minor

### Description of the bug `ensureAccessQueuePurged` uses `tryLock(0, TimeUnit.SECONDS)` to temporarily acquire the lock if it's available and otherwise does nothing based on the assumption that some other thread will...

bug
Impact: Low
Severity: Major

### Description of the bug When adding a link in index.html ```html ``` in V24.3 it gets prefixed with `/VAADIN/` path, resulting in ```html ``` in the page. ![image](https://github.com/vaadin/flow/assets/80950643/a5862f4c-3304-4f69-8e96-abc7c36cdecd) ###...

bug
Impact: High
Severity: Major

Instead of importing `routes.js/routes.ts/routes.tsx` from the project into `Flow.tsx` and creating a circular dependency, this moves importing of `routes.js` to a new file that is always included when react is...

+0.0.1
target/24.4