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

Bug 482615

Summary: Link feedback for edge labels is currently capped at the layout bounds of the visual of the EdgeContentPart
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF ZestAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2.0   
Target Milestone: 4.0.0 / 3.11.0 (Neon) M4   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2015-11-19 12:37:20 EST
The edge label link feedback -- a dashed line between the edge label and its corresponding edge -- is currently capped at the layout bounds of the edge. It should not be capped, but instead end on the center of the edge.
Comment 1 Matthias Wienand CLA 2015-11-19 12:49:10 EST
I enhanced the ChopBoxAnchor.ComputationStrategy to better support Connection as the anchorage visual. When the anchorage visual is a GEF4 FX Connection, the computation strategy does now use the curve geometry as the anchorage geometry, instead of using its layout bounds.

The code is published on the master branch. Therefore, I resolve this ticket as fixed for 3.11.0M4.