]> source.dussan.org Git - vaadin-framework.git/commit
Fix the closing of a popup DateField (#14086, #14375).
authorMika Murtojarvi <mika@vaadin.com>
Wed, 6 Aug 2014 16:22:30 +0000 (19:22 +0300)
committerVaadin Code Review <review@vaadin.com>
Thu, 7 Aug 2014 09:50:54 +0000 (09:50 +0000)
commitf45932b91bff06c33bfde64d6f86ebe888ea29fe
tree64519ce0b95852e3a170cd1ae5d63fc933a452d0
parent8360a5bfd6803e69228bbd0abb6577f6d45c2931
Fix the closing of a popup DateField (#14086, #14375).

The popup is made non-modal.

Change-Id: Ia396ff1e2e88639b97c9f556d7d3866f76755436
client/src/com/vaadin/client/ui/VPopupCalendar.java
uitest/src/com/vaadin/tests/components/datefield/DateFieldClose.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/datefield/DateFieldCloseTest.java [new file with mode: 0644]