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

onDragEnd is triggered on mouse over #12

Closed
ozguruysal opened this issue Nov 4, 2015 · 3 comments
Closed

onDragEnd is triggered on mouse over #12

ozguruysal opened this issue Nov 4, 2015 · 3 comments

Comments

@ozguruysal
Copy link

onDragEnd event is triggered unexpectedly on mouse over without even dragging the gutter. I've created an example here to demonstrate the problem.

  • Hover your mouse from div id one to div id two: dragEnd event for div three-four is triggered.
  • Hover your mouse from div id two to outside of example div: dragEnd event for div one-two is triggered.
  • Hover your mouse from div four to outside of example div: dragEnd event for both one-two and three-four is triggered.
  • When you actually resize the vertical split panels, dragEnd is triggered for the parent panel too.
  • Clicking inside the panels also triggers the dragEnd.
@nathancahill
Copy link
Owner

Very true, thanks for the great bug report. I'll look into this right away.

@nathancahill
Copy link
Owner

Thanks! New version released with the fix.

@ozguruysal
Copy link
Author

Wow! That was lightning fast, thank you! 👍

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