eclipse-nattable / nattable

High performance SWT data grid
https://eclipse.dev/nattable/
Eclipse Public License 2.0
11 stars 6 forks source link

Single click action sometimes triggered twice #47

Closed fipro78 closed 5 months ago

fipro78 commented 5 months ago

If you have an IMouseAction registered for single click, and an IMouseAction for double click, it can happen that the single click action is triggered twice.

It happens in the following scenario:

The single click action is triggered in the DragModeEventHandler#mouseUp(), then the mode is switched to the MouseModeEventHandler where the single click action is triggered again in mouseMove().