Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using moveable(false) cause that a other panel can not be stacked #95

Open
AFamularo-lomoSoft opened this issue Feb 29, 2016 · 1 comment

Comments

@AFamularo-lomoSoft
Copy link

Hello Jeff,

Scenario:
-This in mind (We want a fixed panel to give the user a "calm" experience - a safe location where a new detail panel will appear.)
-The user wants to compare two rows. He moves one panel to the right
-After he has finished this task he want to stack the panel back to the overview

Steps:
-One detail panel is moved to the right
detail panel beside
-Activated the overview panel
-Moving the separate detail panel to the overview don´t work (Stacking)
-Activate the other details panel
-Moving the separate detail panel to the overview works

active overview stacking do not work.zip
active detail view stacking do work.zip

wcDocker.zip

Thank you.

Best,
Alexander

@Lochemage
Copy link
Contributor

@AFamularo-lomoSoft

Just guessing without looking at your code, your Overview panel is non-moveable while your others are. Non-moveable panels can not be a target to drop other panels because the very act causes both panels to move. Since one of your two panels can not move, it therefore can not be a drop target.

I do not restrict you from programmatically tabbing moveable with non-moveable panels, so it becomes confusing when you try and mix them both together. A non-moveable panel is only intended for use as a static panel which appears at the top or side of the viewport (a common use case is a file menu at the top). In this case, you are trying to use a non-moveable panel for something other than it was intended for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants