]> source.dussan.org Git - vaadin-framework.git/commit
Moved accessibility shortcut handling to server-side. [#14843]
authorAnna Koskinen <anna@vaadin.com>
Thu, 16 Oct 2014 10:37:48 +0000 (13:37 +0300)
committerHenri Sara <hesara@vaadin.com>
Fri, 30 Jan 2015 13:12:14 +0000 (13:12 +0000)
commite88f71dd6d1d7634e3a90a7e53859ff6dc028e21
tree8ac7f9b413734fdc7a223ae919ba416f70b57fe0
parent6f0817fbe7ad064b4a7d38db341575f02efc193b
Moved accessibility shortcut handling to server-side. [#14843]

Also allowed multiple shortcuts for closing Window.

Change-Id: I35280ad1553af10ae54bc001e5707357f206b0ee
WebContent/release-notes.html
client/src/com/vaadin/client/ui/VWindow.java
server/src/com/vaadin/event/ShortcutAction.java
server/src/com/vaadin/ui/Window.java
uitest/src/com/vaadin/tests/components/window/CloseShortcut.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/window/CloseShortcutTest.java [new file with mode: 0644]