-
The following sample is showing with a large gap between the two buttons on an iPad.
Other browsers, including an iPhone look fine.
```
GridLayout gridLayout = new GridLayout(2, 1);
…
-
The following code shown bellow is copied from class AbstractClientConnector in Vaadin8, it overides the equals method, which handle the spring inject case.
`
@Override
public boolean equ…
-
Hi, i noticed some issue where notification has a too big container and causes other UI items (outside of the notification) to be unclickable. It seems related to the @media query which i also posted.…
-
**Originally by _jtomaszk_**
___
Class com.vaadin.data.validator.EmailValidator is using unsafe validation regex
```
"^([a-zA-Z0-9_\\.\\-+])+@(([a-zA-Z0-9-])+\\.)+([a-zA-Z0-9]{2,4})+$"
```
example …
-
I have upgraded the initial project to Grails 3.3.0.RC1. The code is available in [Branch 3.3.0.RC1](https://github.com/grails-guides/vaadin-grails/tree/3.3.0.RC1).
## Steps to reproduce
- Clon…
-
### TLDR
With a large ear project with multiple war/jars, it is desirable to use skinnywar to keep the size down.
This does not work with Vaadin14
### Our existing Vaadin8 app
In our Vaadin8…
-
A lot has changed since vaadin8, a quick guide or minimalistic starter-project would be a nice to have.
-
Our users want to write values with keyboard and tab to the next field.
The DatePicker / vaadin-date-picker breaks this flow. The user writes a date in the exact format required, but when the user ta…
-
- Vaadin Framework version 8.9.3
- Browser version Chrome 79.0.3945.88
- Web container name and version Jetty 9.4.22
- Description of the bug
Grid detail of previous selected item is visible and …
-
- Vaadin Framework version 8.9.3
- Browser version Chrome 79.0.3945.88
- Web container name and version Jetty 9.4.22
- Description of the bug
Grid detail often shows a white band that covers part …