]> source.dussan.org Git - vaadin-framework.git/commit
Fix hiding / un-hiding with frozen columns in multiselect mode (#11972)
authorTatu Lund <tatu@vaadin.com>
Tue, 28 Apr 2020 10:12:08 +0000 (13:12 +0300)
committerGitHub <noreply@github.com>
Tue, 28 Apr 2020 10:12:08 +0000 (13:12 +0300)
commit599387b330f66f0dbe6087d2fe829bc251fef6c1
tree5ab0104b500bbf52fbd40f92cf331835e8ecbfe9
parentfb5e0c2fe112908a1390696a2d415583c94f524b
Fix hiding / un-hiding with frozen columns in multiselect mode (#11972)

The previous patch https://github.com/vaadin/framework/pull/11951 did fix the problem (frozen column indicator wrongly positioned)  it was meant to, but caused a regression in hiding / un-hiding.

This new fix addresses both problems, i.e. it applies multiselect column compensation in other way, without causing problem in hiding / un-hiding logic

Fixes https://github.com/vaadin/framework/issues/11970
client/src/main/java/com/vaadin/client/widgets/Grid.java