-
Vaadin 23 LTS is around the corner. Since VoK is only used in new projects which don't require backward compatibility, we can perform backward-incompatible steps such as dropping Vaadin 14 LTS support…
-
- Vaadin Framework version 8.4.1
- Touchkit 5.0.1-SNAPSHOT ([rebuilt for vaadin 8.4.1](https://github.com/parttio/touchkit/pull/10) and [with OSGi support](https://github.com/parttio/touchkit/pull/13…
-
**Originally by @jojule**
___
For more flexible automatic layouts min-max sizing is sometimes needed. See http://cappuccino.org/learn/tutorials/automatic-layout/ for a nice example implemented by a c…
-
Vaadin 8 is old and barely maintained; moreover there are no reports of VoK being used with Vaadin 8. Since Vaadin 14 is stable and the next LTS is around the corner, I propose to remove the support f…
-
- Vaadin Framework version: 8.12.0.alpha1
- Browser version: Windows Chrome Version 90.0.4430.93 (64 bit)
- Web container name and version: Payara 5.2020.2
- Description of the bug
- Grid with …
-
dependency-check-maven:6.0.3 complains about vulnerable dependencies.
```
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:6.0.3:check (default-cli) on project vaadin-push:
[E…
-
Vaadin 8.0.5
I used the following example code in vaadin7, but it's not working after upgrade to vaadin8
```
package com.nanosoft.nanolib.ui.extension.gridautoresize.client;
import com.google.…
-
**Context:**
```
@SomeScope Controller{}
@Route class A{@Inject Controller c;}
@Route class B{@Inject Controller c;}
```
When I navigate from A to B, there should be a new Context.
But all subc…
thigg updated
3 years ago
-
https://vaadin.com/forum/thread/17460101/17460830
Hi,
we were using Vaadin 8 (8.6.3) TreeGrid but moved to Vaadin 12 (12.0.3) lately. Expanding all elements with V8 worked really nice but not with …
-
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);
…