Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 582005

Summary: Filter editors open on right click
Product: [Technology] NatTable Reporter: Dirk Fauth <dirk.fauth>
Component: CoreAssignee: Dirk Fauth <dirk.fauth>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1.0   
Target Milestone: 2.2.0   
Hardware: PC   
OS: Windows 10   
See Also: https://git.eclipse.org/r/c/nattable/org.eclipse.nebula.widgets.nattable/+/202220
Whiteboard:

Description Dirk Fauth CLA 2023-05-31 02:01:08 EDT
If you right click on a cell in the filter row, the filter editor gets activated. A user would assume that on right click, the header menu is opened instead of activating the filter editor.

The reason is that the FilterRowMouseEventMatcher only checks for the region label, but not for a mouse button.

The FilterRowMouseEventMatcher should be extended to be able to also pass a mouse button, so it can be configured that the filter editor only opens on left click.

This should also be the default configuration in NatTable.
Comment 1 Dirk Fauth CLA 2023-06-30 09:13:05 EDT
Released with 2.2.0