]> source.dussan.org Git - vaadin-framework.git/commit
Prevent closing of uncloseable Window on esc (#19700)
authorTeemu Pöntelin <tehapo@gmail.com>
Sun, 3 Apr 2016 20:22:48 +0000 (23:22 +0300)
committerelmot <elmot@vaadin.com>
Thu, 14 Apr 2016 10:37:32 +0000 (13:37 +0300)
commit292b0fc7f0ddd404dc2bcd060a949589870e641e
treed5c941132781f7cd07615f78da884bb188352523
parenta9f7d48f037dcad3d07a384a76692482d482d15a
Prevent closing of uncloseable Window on esc (#19700)

Change-Id: I4d67cd84c6f4179da6d6fea6b881e8ccd65e70d9
server/src/com/vaadin/ui/Window.java
uitest/src/com/vaadin/tests/components/window/UncloseableWindowCloseShortcut.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/window/UncloseableWindowCloseShortcutTest.java [new file with mode: 0644]