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

Mouse up returning target of mouse down after performing drag operation #2508

Closed
bbbalabhaskar opened this issue Sep 29, 2015 · 3 comments · Fixed by #2902
Closed

Mouse up returning target of mouse down after performing drag operation #2508

bbbalabhaskar opened this issue Sep 29, 2015 · 3 comments · Fixed by #2902
Assignees

Comments

@bbbalabhaskar
Copy link

In following fiddle I am trying to create line between two circles, using mouse but mouse up is returning target even if there is none.

http://jsfiddle.net/9v8jt6ts/1/

@asturur
Copy link
Member

asturur commented Sep 29, 2015

It looks like you are getting the target from mousedown.

@bbbalabhaskar
Copy link
Author

thx it is working after I kept selectable: false

@asturur
Copy link
Member

asturur commented Sep 29, 2015

There is something to investigate anyway.
In both mouseup and mousedown we are doing findTarget(e).

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

Successfully merging a pull request may close this issue.

3 participants