]> source.dussan.org Git - vaadin-framework.git/commit
Adding missing setPopupPosition(left, top); (#11902)
authorTatu Lund <tatu@vaadin.com>
Mon, 2 Mar 2020 06:43:38 +0000 (08:43 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2020 06:43:38 +0000 (08:43 +0200)
commitd9c4969c4c32781cf65c1ea604bc96aecd85bfbf
tree083101536f35d04e824806ac1742f875677598f3
parent3df3420f9e3952f8a32e3d9ccbf9120eda29b75e
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
client/src/main/java/com/vaadin/client/ui/VComboBox.java