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

Bug 484426

Summary: Connection clipping not accurate for completely vertical or horizontal connections.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF FXAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2.0   
Target Milestone: 4.0.0 / 3.11.0 (Neon) M5   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2015-12-15 14:24:45 EST
Within the layout examples or the Zest graph example, it is observable, that a line connection that is either truly horizontal or vertical is not correctly clipped (parts become invisible). We need to investigate this.
Comment 1 Alexander Nyßen CLA 2015-12-17 15:29:26 EST
It seems this is not a clipping but an update problem that was introduced when "optimizing" the Connection.
Comment 2 Alexander Nyßen CLA 2015-12-17 15:40:18 EST
Pushed the following changes to origin/master: 

- Add missing refresh in setWaypoints()
- Ensure clipping is restored (to null) in case geometry is empty.

Resolving as fixed in 3.11.0 M5.