]> source.dussan.org Git - vaadin-framework.git/commit
Use Enter and Space keys to fire Window header buttons (#11517) (#11534)
authorKatriHaapalinna <haapalinnakatri@gmail.com>
Mon, 8 Apr 2019 11:31:17 +0000 (14:31 +0300)
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Mon, 8 Apr 2019 11:31:17 +0000 (14:31 +0300)
commit262863dbf6b33995d47bd9433e8f087d13a468ee
treefdb9d8fd7930d8b201e983b2cfe3541e74d66454
parent7a010de76ec67362d5c9d395c79ce3e22613469f
Use Enter and Space keys to fire Window header buttons (#11517) (#11534)

* Fixes 11517. Use ENTER and SPACE keys as shortcuts for header buttons

* Merge branch 'master' into fix-11517

* Increase sleep time for test failing in validation

* Merge branch 'master' into fix-11517
client/src/main/java/com/vaadin/client/ui/VWindow.java
client/src/main/java/com/vaadin/client/ui/window/WindowConnector.java
uitest/src/main/java/com/vaadin/tests/components/window/WindowHeaderButtonKeyboardActions.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/window/WindowHeaderButtonKeyboardActionsTest.java [new file with mode: 0644]