-
Vaadin Grid rows with numbers 441506 (zero based) and more is not selectable in Chrome.
Vaadin 8.0.x and 8.1.x
Chrome 60.0.3112.78
Test case: https://github.com/mdklab/vaadin-big-grid-bug
-
Hi, this is a problem related to #10189, that was not fixed. In november 4 Brazil entered in daylight saving time, and now dates between november 5-30 are not selectable. This is currently affecting v…
-
Sometimes on Vaadin 8.0.5, I need to bind a binder to another binder.
For instance:
```
Binder binder = new Binder();
Binder subBinder = new Binder();
[...]
binder.bind(subBinder, MyObje…
-
Provide API on Tree/TreeGrid level for easily constructing in-memory content.
Based on feedback from @mstahv .
-
**Originally by _jmeyer_**
___
The spellcheck attribute is now supported by most browsers:
[http://caniuse.com/#feat=spellcheck-attribute]
It would be nice to add a method to turn it on or off.
It …
-
**Originally by _saumya_**
___
I have a Grid with selection mode Multi, by default this adds a column with checkbox. I dont want those checkbox for multi select. I want If user clicks on the row itse…
-
**Originally by _quambel_**
___
I set the size of my Grid to setSizeFull and adds more data than could display at once. The grid adds a scrollbar by itself. When I scroll through the items the width …
-
**Originally by @Ansku**
___
By default, when you add a Button (or any other component that is higher than default text) to a Grid header cell, the bottom of that Button will get cut off, making it l…
-
**Originally by _spungin_**
___
In the margin between the twin list boxes, there is plenty of room for the buttons '>> and
-
It is desirable for me to know when my clients' push connection reconnects but to a different server as using shared sessions the UI doesn't always re-render correctly thus we want to reload the page …