]> source.dussan.org Git - vaadin-framework.git/commit
Picks 8.10.2 (#11908) 8.10.2
authorZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Mon, 2 Mar 2020 10:03:32 +0000 (12:03 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2020 10:03:32 +0000 (12:03 +0200)
commite5240607490d8d2f68683139df9c8dee14b66b27
tree0ff2298ecdaa37cad24d83b5907bcfec5ecad222
parent1b921de27cd77c3149813a3a9a00e9a4dd8c0b5b
Picks 8.10.2 (#11908)

* 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

* Rewrote debouncing of onResize (#11899)

* Rewrote debouncing of onResize

Fixes https://github.com/vaadin/framework/issues/11892

* Fixing typo in variable name

* Adding missing setPopupPosition(left, top); (#11902)

* Adding missing setPopupPosition(left, top);

setPopupPosition(left, top); needs to be called in order to top position to be set

Fixes https://github.com/vaadin/framework/issues/11894

Co-authored-by: Tatu Lund <tatu@vaadin.com>
client/src/main/java/com/vaadin/client/ui/VAbstractCalendarPanel.java
client/src/main/java/com/vaadin/client/ui/VComboBox.java
client/src/main/java/com/vaadin/client/widgets/Grid.java
uitest/src/main/java/com/vaadin/tests/components/datefield/DateFieldMonthResolutionStatusChange.java
uitest/src/test/java/com/vaadin/tests/components/datefield/DateFieldMonthResolutionStatusChangeTest.java