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

Visual bug when hovering a panel over another docked panel #3

Open
amh4r opened this issue Apr 15, 2019 · 1 comment
Open

Visual bug when hovering a panel over another docked panel #3

amh4r opened this issue Apr 15, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@amh4r
Copy link
Owner

amh4r commented Apr 15, 2019

Current Behavior

Dragging a panel over a dock section causes the docked panel to move, which is desired. But when the dragged panel is moved over the "middle" of the dock, the docked panel does not move. The panel tabs move, which is desired.

image

Desired Behavior

Dragging a panel over a dock should give a preview of what will happen after the panel is dropped.

@amh4r amh4r added the bug Something isn't working label Apr 15, 2019
@soumyart
Copy link
Collaborator

The implemented behaviour is as follows:
If one panel is there in dock-

  1. Hover the new panel over top section, existing Panel will be pushed down.
  2. Hover the new panel over bottom section, existing Panel will be pushed up.
  3. Hover the new panel in middle section (~120px height in middle section), existing panel will be full docked with dock tab visible. And if released new panel will be docked and will be the active dock tab.

Any other combination of panels in dock-

  1. New panel will always be preview as docked with dock tab visible and if released will be the active tab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants