]> source.dussan.org Git - vaadin-framework.git/commit
Pass (x,y) coordinates for button click triggered via keyboard (#12650).
authorDenis Anisimov <denis@vaadin.com>
Sun, 7 Sep 2014 18:06:59 +0000 (21:06 +0300)
committerSauli Tähkäpää <sauli@vaadin.com>
Fri, 12 Sep 2014 08:32:08 +0000 (11:32 +0300)
commit9126b9fc10b3fc5b3b71527073262c07dfc066a5
treeb9508ca0b035392677f5e158c275cd6d5967b6c4
parent84038225ac71d56d21887a338e5daa8994a76eed
Pass (x,y) coordinates for button click triggered via keyboard (#12650).

Change-Id: I24363d34f7007650fc66f9b85d7e22a4ab10bb6b
client/src/com/vaadin/client/ui/VButton.java
uitest/src/com/vaadin/tests/components/button/ButtonKeyboardClick.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/button/ButtonKeyboardClickTest.java [new file with mode: 0644]