]> source.dussan.org Git - vaadin-framework.git/commit
Fix problem with re-opening the popup (#8446) (#8454)
authorcaalador <mikael.grankvist@gmail.com>
Tue, 7 Feb 2017 07:16:07 +0000 (09:16 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Feb 2017 07:16:07 +0000 (09:16 +0200)
commita642d536bb74ee3ecfc9b082c32a1e728c6a5a75
tree59db09f10d26e91e9f2ac90aa2bcd68bf9c1daaa
parent75998972bae46255ff12a761720f35e4463e75c6
Fix problem with re-opening the popup (#8446) (#8454)

Fixed problem that disables opening of popup
after closing it by clicking the datefield-button.
client/src/main/java/com/vaadin/client/ui/VPopupCalendar.java
uitest/src/main/java/com/vaadin/tests/components/datefield/PopupDateField.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/datefield/PopupDateFieldTest.java [new file with mode: 0644]