vaadin / context-menu

Vaadin ContextMenu
Apache License 2.0
11 stars 21 forks source link

context menu does not release resources #70

Closed ui5moebus closed 6 years ago

ui5moebus commented 7 years ago

class ContextMenuConnector registers a native preview event handler (in method #init), but never releases it. This is both a problem of memory (widget never get released, including all stuff hanging on those objects) and of performance (more and more handlers have to be invoked with every native event)