Community
Participate
Working Groups
Hi, Each time a right click is performed in the table, a new selection listener is added to the table while only one is necessary. This bug has to be fixed in CopyHandler and DeleteHandler Regards, Nicolas Guyomar
I would add taht those listeners are called in : org.eclipse.emf.facet.widgets.nattable.internal.NatTableWidget.tableSelectionChanged() The result of the getSelection() method call should be stored in a local variable before notifying every listener for performance purpose. Regards, Nicolas Guyomar