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

Bug 342849

Summary: [UI] Allow dragging stacks
Product: [Eclipse Project] e4 Reporter: Eric Moffatt <emoffatt>
Component: UIAssignee: Project Inbox <e4.ui-inbox>
Status: RESOLVED FIXED QA Contact: Eric Moffatt <emoffatt>
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 4.1 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Allow stack dragging none

Description Eric Moffatt CLA 2011-04-14 10:36:10 EDT
We have yet to implement the ability to drag a complete stack (rather than a part) in the presentation.

The first pass for this will allow dragging a stack but only to locate the stack itself in a different part of the presentation.

While it's possible to also allow dragging a stack to 'merge' it with the parts in some other stack this is of less use and introduces a possibly confusing scenario:

If I have a stack with "A", "B" and "C" in it but only "A" and "B" are currently visible then the result of the merge should be to only move "A" and "B" into the merged stack, leaving "C" in the original stack.
Comment 1 Eric Moffatt CLA 2011-04-14 10:37:36 EDT
Created attachment 193258 [details]
Allow stack dragging
Comment 2 Eric Moffatt CLA 2011-04-14 10:39:12 EDT
See bug 341009 for an issue that becomes much more apparent now; once you get something into the shared area it's almost impossible to get it back out...
Comment 3 Eric Moffatt CLA 2011-04-14 10:40:58 EDT
Committed in >20110414. Applied the patch.

I'll mark this as FIXED. Should we decide that we must have the 'merge' behavior we should open a new defect...