Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 494010

Summary: Manipulation of connections should not start until dragging a bend-handle or a segment.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF MVCAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2.0   
Target Milestone: 4.0.0 (Neon) RC2   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2016-05-19 08:27:22 EDT
Currently, when pressing a bend-handle or a connection segment, then new control points can be inserted that are moved when dragging the handle or segment. However, the new control points should not be inserted until the handle or segment is actually dragged to prevent unintended manipulations and misleading visual cues.
Comment 1 Matthias Wienand CLA 2016-05-19 10:12:53 EDT
I ensured that the creation of new control points and the selection of control points for manipulation is performed upon the first drag event instead of the initial press event. The code is published on the master branch, therefore, I resolve this ticket as fixed for 4.0.0 RC2.