Bug 553762 - [Mac] Incorrect order of events when switching between editable cells in a table.
Summary: [Mac] Incorrect order of events when switching between editable cells in a ta...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.13   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2019-12-04 07:38 EST by Sergey Sharov CLA
Modified: 2019-12-16 03:03 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Sharov CLA 2019-12-04 07:38:46 EST
Open Expressions view in Eclipse and add some values there. Now select a cell, then click on another cell. After that in Windows, you can edit the second cell's content. On Mac, the new cell editor disappears immediately after it appears and you need to select the cell again.

I have an SWT table in my application and encountered this problem. The сause of inconsistency in behavior is the different order of a FocusLost event in the old cell and MouseDown for the new one. On Mac, MouseDown handled first and then FocusLost kills a newly created editor (my guess).
Comment 1 Lakshmi P Shanmugam CLA 2019-12-16 03:03:19 EST
I'm able to reproduce this on Mac.