]> source.dussan.org Git - vaadin-framework.git/commit
Ensure the selection has been changed before updating . (#11658)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Fri, 12 Jul 2019 06:05:20 +0000 (09:05 +0300)
committerZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Thu, 8 Aug 2019 07:16:07 +0000 (10:16 +0300)
commit82682dc00df55bed239b30c8a2138ae1b76a9c75
tree05954d155a457bc74ec6cda394fc3550c61005fb
parent0988c915efbbd04411e5fce26a6d7d9b704f1d4a
Ensure the selection has been changed before updating . (#11658)

- Initial fix attempt interfered with selection events, added regression
testing for those and found a better way to ensure shift selection works
on IE11 also with Windows 7.

Fixes #11608
client/src/main/java/com/vaadin/client/ui/VListSelect.java
uitest/src/test/java/com/vaadin/tests/components/listselect/ListSelectMultiSelectionTest.java