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

Bug 480955

Summary: The hover handle policies (in the Logo example) should not be specific to the hover handle hierarchy.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF MVCAssignee: Matthias Wienand <matthias.wienand>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2.0   
Target Milestone: 4.0.0 / 3.11.0 (Neon) M3   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2015-10-29 04:44:16 EDT
Currently, the hover handle policies within the MVC Logo Example are specific to the hover handle hierarchy, because they need to query the root hover handle part (their parent part) for anchorages in order to find the corresponding content part.

In order to resolve this dependency, the root hover handle part should forward its anchorages to its children.
Comment 1 Matthias Wienand CLA 2015-10-29 05:36:12 EDT
I implemented the anchorage forwarding in the root hover handle and changed the hover handle policies accordingly. The code is published on the master branch, therefore, I resolve this ticket as fixed for 3.11.0M3.