ibm-js / delite

HTML Custom Element / Widget infrastructure
http://ibm-js.github.io/delite/
Other
68 stars 28 forks source link

popup: emit popup-after-position event on popup widget #470

Closed wkeese closed 7 years ago

wkeese commented 7 years ago

Popups are positioned when they are opened, but also they are repositioned when they emit a "delite-size-change" event.

So make delite/popup emit a "popup-after-position" event similar to the "popup-after-show" event. This will be used for deliteful/Tooltip to adjust the arrow position.