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

Bug 495306

Summary: Start and end point hints are not updated when normalizing connections.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF MVCAssignee: Matthias Wienand <matthias.wienand>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: nyssen
Version: 0.2.0   
Target Milestone: 4.0.0 (Neon) RC4   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2016-06-02 10:33:19 EDT
When a connection is normalized, for example, by the FXNormalizeConnectedOnDragPolicy, its start and end point hints are not recomputed. However, a recomputation of the hints is necessary for a correct anchor position computation. Therefore, the hints should always be recomputed when the normalization is performed.
Comment 1 Matthias Wienand CLA 2016-06-02 11:17:07 EDT
I ensured that the hints are recomputed when the normalization is performed. The code is published on the master branch, therefore, I resolve this ticket as fixed for 4.0.0 RC4.