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/down behavior changes when moving mouse out of browser window #37

Closed
flip111 opened this issue Oct 23, 2013 · 5 comments
Closed
Assignees
Labels

Comments

@flip111
Copy link

flip111 commented Oct 23, 2013

Steps:
Grab slider control (mousedown)
Move somewhere on slider
Move mouse outside of browser window
Release mousebutton (mouseup)
Move mouse back into browser window

Now the slider control follows the mouse as it still thinks mouse button is down, while it's not.

@IonDen
Copy link
Owner

IonDen commented Oct 23, 2013

Hi, seems to be a 🐛

@ghost ghost assigned IonDen Oct 23, 2013
@hergaiety
Copy link

I noticed this too, though it's a bug that also occurs on the official jQuery UI slider. Which can be reproduced here reliably http://jqueryui.com/slider/

I did find this link which hopefully is relevant in terms of fixing this kind of issue, http://stackoverflow.com/questions/5418740/jquery-mouseup-outside-window-possible

@IonDen
Copy link
Owner

IonDen commented Oct 23, 2013

@sharpshark28 tnx, i will investigate this problem soon and your link will be helpful.

@flip111
Copy link
Author

flip111 commented Oct 23, 2013

@sharpshark28 i don't have the bug in the official jQuery slider, using firefox 24

@IonDen
Copy link
Owner

IonDen commented Oct 31, 2013

Fixed in 1.8.2

@IonDen IonDen closed this as completed Oct 31, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants