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

Bug 482696

Summary: [Regression] DOT GraphView does not render edge styles properly.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF DOTAssignee: 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) M4   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2015-11-20 08:55:04 EST
As indicated in bug #337644, DOT Graph view no longer renders edge styles appropriately. All edges are indeed rendered with solid style. We need to investigate this.
Comment 1 Alexander Nyßen CLA 2015-11-20 22:57:45 EST
This was introduced as a side-effect of bug #482251, because the CSS style class does no longer get applied to the nested path.
Comment 2 Alexander Nyßen CLA 2015-11-20 23:00:55 EST
As Parent does not handle CSS styles itself, implemented a forwarding of style property  values and style classes to the nested geometric shape of the GeometryNode. This resolves the issue. Pushed changes to origin/master. Resolving as fixed in 3.11.0 M4.