-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Fix drag-and-drop of nested dock panel #473
Conversation
Thanks for submitting your first pull request! You are awesome! 🤗 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @drcd1
Would you mind adding your example in the examples
folder as part of this PR (you may call it example-nested-dockpanel)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the example.
I have a tiny change request and we are good to go for me.
Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @drcd1
@meeseeksdev please backport to 1.x |
Co-authored-by: Duarte David <duartercorreia@hotmail.com>
This pull request applies the proposed solution to issue #472, by allowing drag events to be propagated when the current potential docking position is invalid.
Here you can see an animation of the solved problem.