henrikerola / PopupButton

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

Not all PopupVisibilityListeners are called #18

Closed avackova closed 9 years ago

avackova commented 11 years ago

When I registered 2 PopupVisibilityListeners to one PopupButton, only one of them (I have a feeling, that chosen randomly) was called, when popup visibility has changed. I need to click the button several times, to get the state set from both PopupVisibilityListeners.

henrikerola commented 9 years ago

PopupVisibilityListeners use Vaadin's internal event router so I don't see why only one of two listeners would be called.