]> source.dussan.org Git - vaadin-framework.git/commit
Ensure value change happens before shortcuts in compatibility components (#11871)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Wed, 15 Jan 2020 15:07:14 +0000 (17:07 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Jan 2020 15:07:14 +0000 (17:07 +0200)
commit2bf0b02220ea96ee959b766a32bf1a79ae968317
tree96ac048aaf9af90eaf0021706e1403c2f324e1f0
parenta799444d832a82c3ad1467a6a60735aab015c87f
Ensure value change happens before shortcuts in compatibility components (#11871)

Fixes #10854
client/src/main/java/com/vaadin/client/ui/ShortcutActionHandler.java
uitest/src/main/java/com/vaadin/tests/components/datefield/CompatibilityDateFieldShortcut.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/datefield/CompatibilityDateFieldShortcutTest.java [new file with mode: 0644]