]> source.dussan.org Git - vaadin-framework.git/commit
Prevent key events without key code from triggering actions (#11029)
authorArtur Signell <artur@vaadin.com>
Fri, 19 Dec 2014 15:15:12 +0000 (17:15 +0200)
committerVaadin Code Review <review@vaadin.com>
Mon, 29 Dec 2014 11:09:17 +0000 (11:09 +0000)
commitb89213ee880dd1197bc7696f6f5a1919c0ff02c1
treef5d3bfe6c4848be787f7d88b6fd32f80d4e0746c
parent93e83ab8fa7b0b692c91bebf35c135886354cf5e
Prevent key events without key code from triggering actions (#11029)

Seemingly not possible to auto-test reliably

Change-Id: Idb492465323d91279caf170646590a54847b9414
client/src/com/vaadin/client/ui/ShortcutActionHandler.java
uitest/src/com/vaadin/tests/actions/ActionsWithoutKeyCode.java [new file with mode: 0644]