| Summary: | [Sash] Support SWT.DRAG in selection event | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | RĂ¼diger Herrmann <ruediger.herrmann> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 1.3 M4 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
RĂ¼diger Herrmann
In SWT the Sash widgetSelected event is fired on mouse down, mouse move (while dragging) and mouse up. The SWT.DRAG event detail presents in first two cases to indicate that the sash is in process of dragging. Now in RAP the Sash widgetSelected event is fired only in mouse down (with SWT.DRAG event detail) and mouse up (without SWT.DRAG event detail). I can't see any use cases to fire widgetSelected event on every mouse move. The use of SWT.DRAG in JFace and Workbench code is activated. |