Bug 568931 - [Linux] SWT.EraseItem Listener not working in Table
Summary: [Linux] SWT.EraseItem Listener not working in Table
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.18   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-18 11:59 EST by Phil Beauvoir CLA
Modified: 2020-11-25 04:18 EST (History)
1 user (show)

See Also:


Attachments
Snippet (1.31 KB, text/plain)
2020-11-18 11:59 EST, Phil Beauvoir CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Beauvoir CLA 2020-11-18 11:59:20 EST
Created attachment 284809 [details]
Snippet

Eclipse 4.18 Latest I Build
Ubuntu 20.04

The attached snippet shows that registering a SWT.EraseItem listener to a table and negating the SWT.SELECTED and SWT.HOT event detail fields does not work as expected on Linux.

1. Run the snippet on Windows or Mac
2. The table does not highlight the selected row, as expected
3. Run the snippet on Linux
4. The table does highlight the selected row - this is not expected bahaviour