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

Bug 469480

Summary: Extract hiding/expanding hover handle interaction to policies.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF ZestAssignee: Matthias Wienand <matthias.wienand>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.1.0   
Target Milestone: 3.10.1 (Mars SR1) M1   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2015-06-05 08:52:16 EDT
The ZestFxHidingHandlePart and ZestFxExpandingHandlePart contain interaction functionality, i.e. registering a mouse click listener and performing actions on a mouse click. These on-click interactions should be extracted into policies, and corresponding bindings should be added to the ZestFxModule.
Comment 1 Matthias Wienand CLA 2015-06-25 06:57:14 EDT
I extracted the hiding/expanding functionality to policies (HideFirstAnchorageOnClickPolicy and ExpandFirstAnchorageOnClickPolicy). The code is published on the master branch, therefore I resolve this ticket as fixed for 3.10.1M1.