-
Currently, the output of the Debugger Tool is confusing because it is not immediately obvious at which point in the code an in-serializable element is used.
It says which object is affected but not…
-
Recently, I watched a YouTube podcast on the Vaadin channel about EclipseStore https://www.youtube.com/watch?v=PwR-oxV8l4U
Since then, one question has been swirling around in my head: can we use E…
-
**Creating new PdfViewer + adding to Layout result in ERROR (UI not working)**
```java
PdfViewer predogled = new PdfViewer();
layout.add(predogled);
```
```stacktrace
java.lang.IllegalArgu…
-
## Reproduce Issue
* Install feature-repo
* Install feature vaadin-servlet
* Install bundle `bundle:install -s mvn:org.pragmaticminds.plc4x/main-view/1.0.0-SNAPSHOT`
* Go to localhost:8181
…
-
### Describe the bug
I want to use the new `ListSignal` with a Java Record that contains a field of type `LocalDateTime`. This is currently not possible, as a request from the frontend to the backend…
-
### Description of the bug
I have integrated templates into a flow view via @JsModule("") annotation and cannot use style definitions on the application theme in Dev Mode. Not even as described in …
-
The target artifact for this repository (vaadin-spring-12.43.jar) contains the META-INF/spring-configuration-metadata.json. This file contains the properties which are available for the spring boot co…
-
_From @masbaehr on October 5, 2018 16:26_
I'm trying to make some prettier ComboBoxes like the one shown below. However it feels bad that i can't add the icon to the selected item as well. Currently …
-
Deploying a Vaadin app to Tomcat 8.0.x, 8.5.x and 9.0.x being built with production mode has some visual elements broken.
## Steps to reproduce
1) Download Beverage buddy from https://vaadin.com/…
Peppe updated
4 years ago
-
### Description
When I open a dialog, then show a notification and then close the dialog, the notification will also be removed.
### Expected outcome
The notification stays on the page until …