Bug 567279

Summary: Sash: should set event.detail = SWT.DRAG for smooth sashes, too
Product: [Eclipse Project] Platform Reporter: Thomas Singer <ts-swt>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.17   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

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.