Bug 567279 - Sash: should set event.detail = SWT.DRAG for smooth sashes, too
Summary: Sash: should set event.detail = SWT.DRAG for smooth sashes, too
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.17   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-23 05:34 EDT by Thomas Singer CLA
Modified: 2020-09-23 05:34 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Singer CLA 2020-09-23 05:34:13 EDT
Judging from the Windows implementation of Sash, the SWT.DRAG flag is only set for sashes that don't have the SWT.SMOOTH flag set. Why? It might be worse to know as a listener where the received Selection event is received while dragging or after the user finished it, e.g. to perform some more expensive operations only after the user finished the drag.