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

Bug 458280

Summary: The FXRelocateLinkedOnDragPolicy does not relocate all linked parts in a multi-selection.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF MVCAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 3.10.0 (Mars) M5   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2015-01-23 11:20:37 EST
The FXRelocateLinkedOnDragPolicy should ensure that all shapes that are linked to another shape will be relocated whenever the other shape is relocated. But when multiple shapes are selected, only the linked shapes of the one that is dragged will be relocated.
Comment 1 Matthias Wienand CLA 2015-01-26 12:04:44 EST
I extended the implementation so that all parts which are "linked" to any part of the current selection will be relocated along with the selection. The code is published on the master branch. Therefore, I resolve this ticket as fixed for 3.10.0M5.