]> source.dussan.org Git - vaadin-framework.git/commit
Auto focus modal window (#17021)
authorIlya Ermakov <ilya403403@gmail.com>
Wed, 18 Mar 2015 17:53:05 +0000 (20:53 +0300)
committerTeemu Suo-Anttila <teemusa@vaadin.com>
Mon, 27 Apr 2015 10:18:22 +0000 (13:18 +0300)
commitb5cf10682069780d0cbc05f102c2cf575b5c91cd
tree3cda3da1cce7f1961b99e4e6a2a76cf8458cbcbe
parentd7888976df86533b01440f302244fb2dc5dfce2e
Auto focus modal window (#17021)

With this patch a modal window is always given focus on opening and
in the situation when an above-lying window is closed.

Change-Id: Ie13869830df13f411e4f14340745d501a1aabafa
client/src/com/vaadin/client/ui/VWindow.java
uitest/src/com/vaadin/tests/components/window/ModalWindowFocus.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/window/ModalWindowFocusTest.java [new file with mode: 0644]