diff options
author | mtzukanov <mtzukanov@vaadin.com> | 2015-10-22 13:52:39 +0300 |
---|---|---|
committer | Johannes Dahlström <johannesd@vaadin.com> | 2015-10-29 11:56:45 +0000 |
commit | 6ed91a94302900e89b1de9b54d0561701af49a0c (patch) | |
tree | 2e46b0d1271e95ff84fffa75d84a6de1c54a424c /shared/tests | |
parent | 5ea93a227f4ca7f33d9235f0bd4ca3e51ea44664 (diff) | |
download | vaadin-framework-6ed91a94302900e89b1de9b54d0561701af49a0c.tar.gz vaadin-framework-6ed91a94302900e89b1de9b54d0561701af49a0c.zip |
Fixes column header drop indicator (#18925)
Calculation of the frozen column width was wrong in multiselect mode.
It did not take into account the last frozen column, but added
the select column twice.
The same problem was in AutoScroller (as the same methods were
copy-pasted there), for which reason the autoscrolling was not
scrolling till the end.
This patch fixes the calculation error and removes copy-pasted code,
reusing the same code in both places.
Change-Id: I164e2fc96688088b620ad8785c533c593723f83e
Diffstat (limited to 'shared/tests')
0 files changed, 0 insertions, 0 deletions