-
### Description of the bug
When I package an application using `mvn clean package -P production`, a page is not shown or shown with broken styles.
In logs I see messages:
```
2024-10-14T16:06:10.2…
-
### Describe your motivation
I have a custom JS function that takes an JS array parameter (an array of strings). I tried to invoke it from the server side but it failed with this exception:
```
j…
-
### Description of the bug
In an application with a Flow view as for the root route and a client-side main layout, the dev mode 404 view contains two `` entires. This is a regression between 24.4 and…
-
### Describe the bug
I'm upgrading from 24.5.0.beta5 to 24.5.1, so dev.bundle needs to be recreated.
At startup I get this:
> Failed to find the following css files in the `node_modules` or `C:\…
-
### Describe your motivation
When there is lot of columns, it would be preferable to froze the checkbox column for easy toggling of the selection. The current API is too hard to find, hence conveni…
-
### Description
When there are more frozen colums than the screen can render, the horizontal scrolling breaks. This issue also occurs if a frozen column is resized to a width that exceeds the screen’…
-
### Description
Some components like Select, RadioButtonGroup, CheckboxGroup (and possibly ComboBox), allow setting values that aren't in the data provider and then getting them back through `getVa…
-
We have a test that basically does 10-15 iterations with different cases using steps like:
1. Modify source
2. Compile source
3. Wait for HotswapAgent to hotswap changes
4. Verify changes
This …
-
### Description of the bug
There's a number of warnings triggered by React Router when using the latest Vaadin Flow snapshot/pre-release (24.6):
⚠️ React Router Future Flag Warning: React Router wi…
-
## Issue
We're rediscovering Vaadin and in our project we see something similar which can easily be replicated with this 'base-starter' project.
After starting the application,
open the browser…