| Summary: | Disable processing of mouse events originating from scrollbar interaction. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Matthias Wienand <matthias.wienand> |
| Component: | GEF MVC | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ctg |
| Version: | 0.2.0 | ||
| Target Milestone: | 4.0.0 (Neon) RC2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Matthias Wienand
I ensured that mouse events that originate from scrollbar interaction are not processed by the FXClickDragTool. The code is published on the master branch and was present in the RC1 promotion, therefore, I resolve this ticket as fixed for 4.0.0 RC1. Whoops... The code that was contributed for 4.0.0 RC1 was incorrect, so that mouse events originating from scrollbars were still processed. Therefore, I reopen this ticket. I extended the code so that events are also ignored when originating from scrollbar children and verified the fix within the Logo example. The code is published on the master branch, therefore, I resolve this ticket as fixed for 4.0.0 RC2. |