When tearing off a Dockable and dropping it outside the layout to create a new DragDropStage, the menu created for the new DragDropStage controls Dockables in the original DockContainerLeaf. It does nothing to affect the new DockContainerLeaf in the new DragDropStage.
To re-create
- Open the Basis demo.
- Drag and drop the
Workspace tab anywhere outside of the Stage.
- Select the menu in the new
DragDropStage and change it from LEFT to TOP.
- Observe:
- The
Workspace tabs remains on the left side of the dock container.
- The
Bookmarks and Modifications tabs move to the top of their dock container.
This might be an isolated issue in the Demo application. I don't experience the issue in the persistence demo, but I build the Dockables differently there.
When tearing off a
Dockableand dropping it outside the layout to create a newDragDropStage, the menu created for the newDragDropStagecontrolsDockables in the originalDockContainerLeaf. It does nothing to affect the newDockContainerLeafin the newDragDropStage.To re-create
Workspacetab anywhere outside of theStage.DragDropStageand change it fromLEFTtoTOP.Workspacetabs remains on the left side of the dock container.BookmarksandModificationstabs move to the top of their dock container.This might be an isolated issue in the Demo application. I don't experience the issue in the persistence demo, but I build the Dockables differently there.