]> source.dussan.org Git - vaadin-framework.git/commit
Removing code causing the trouble (#11898) pr11907/r7
authorTatu Lund <tatu@vaadin.com>
Mon, 24 Feb 2020 10:51:20 +0000 (12:51 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2020 10:51:20 +0000 (12:51 +0200)
commit684c23af96e06dcd0c735f47b0f7e5ae1c555fdd
tree665020453afcdd5fae1b8934b194560acd7e5e66
parentf0769be11c8d7d2bdb25b9769602faf826fa2fb8
Removing code causing the  trouble (#11898)

* Removing code causing the  trouble

Removing code that was apparently not needed in previous fix and caused regression

Fixes: https://github.com/vaadin/framework/issues/11895
* Added feature to test UI

* Added test case

* Adding missing import

* Fixing test UI

* Enable DateField
client/src/main/java/com/vaadin/client/ui/VAbstractCalendarPanel.java
uitest/src/main/java/com/vaadin/tests/components/datefield/DateFieldMonthResolutionStatusChange.java
uitest/src/test/java/com/vaadin/tests/components/datefield/DateFieldMonthResolutionStatusChangeTest.java