-
### Description
Vaadin's Upload component is sometimes sending AllFinishedEvent premature (before all SucceededEventListeners are finished). See: https://github.com/lmorocz/vaadin14.upload.premature.…
-
Hi,
We have configured our application with MPR
vaadin14 version :14.6.1
Flow version: 2.6.1
Vaadin7 version : 7.7.26
Vaadin mpr version: 2.2.0
Our main class is Extended from Flow Div. For al…
-
Minimum example:
```
@Route("")
public class MainView extends VerticalLayout {
public MainView() {
Grid grid = new Grid();
ListDataProvider provider = new ListDataProvider(new ArrayLis…
-
Hi
if I clone the master branch and run ./gradlew run I have the following error message
Any idea ?
Thank you
FYI production mode works
2021-11-10 10:04:53.010 [qtp586084331-19] ER…
-
**Jetty version**
10.0.2
**Java version/vendor**
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
OpenJDK 64-Bit Server VM AdoptOpenJDK-…
-
Dear Martin,
I would like to use Karibu together with Testbench, but during test execution this exception is thrown:
java.lang.IllegalStateException: Polymer 3 webjar is on the classpath, indica…
-
Created after discussion with Vaadin Expert Chat. Might be related to https://github.com/vaadin/flow-components/issues/1511, but with impact on usage.
### Description
- multiple selection choices …
-
https://github.com/vaadin/flow/blob/dde115adfbcc9484e60a34d603251edf94fae529/flow-server/src/main/java/com/vaadin/flow/server/communication/JavaScriptBootstrapHandler.java#L122
why UI class is fixe…
-
MPR 2.0.5, Vaadin 8.11.3, Vaadin 14.3.5.
When using MPR, Vaadin 8 will print the following warning message:
```
WARN com.vaadin.flow.server.VaadinService -
==================================…
-
Hei!
I think this issue relates to fixed issue 14:
[(https://github.com/appreciated/apexcharts-flow/issues/14)](url)
I took the exact same DonutChart from the "fixed"-Issue (only with ChartBui…