-
New Feature
-
Resolution: Unresolved
-
Normal
-
None
-
6.0.2
When creating popup menus dynamically in an ON_RIGHT_CLICK event listener, one usually also needs to destroy the menu.
This is currently not possible without extending the class and overwrite close() to call setParent(null);
It would be cleaner if Popup would emit an ON_CLOSE event.