henrikerola / PopupButton

Vaadin Add-on
http://vaadin.com/addon/popupbutton
7 stars 24 forks source link

Fix flickering with Vaadin 7.3 and Valo #29

Closed ingokegel closed 9 years ago

ingokegel commented 9 years ago

With Vaadin 7.3 and Valo, the popup element flickered in the top left corner before being moved to its actual position

henrikerola commented 9 years ago

The proposed fix caused that calculating the size of a Table inside popup didn't work correctly. I found a better fix.

Thanks a lot for the PR anyways :)