]> 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)
committerVaadin Code Review <review@vaadin.com>
Mon, 11 Apr 2016 13:16:59 +0000 (13:16 +0000)
commit9b46608f6c645c4289b854e2949bae3b1a2f5147
treeb900ab05e67e49c10536eb037ecfdc843a30088b
parent306f2935bf269538b730a8fc33433a2d3945cad5
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]