-
-
Notifications
You must be signed in to change notification settings - Fork 498
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
Unexpected slider behaviour if alt tabbing while holding the slider. #475
Comments
What OS/Browser are you using? I've trie to reproduce your steps but didn't notice anything broken... Could you record a gif showing the issue? |
Actually I posted a similar issue yesterday that seems to be related: #476. I'll try to look into it over the weekend. |
It might be due to the fix for #411 |
Hi @ValentinH, did you manage to look into this issue at all? We've implemented the plugin in an iframe, and can reproduce the issue by clicking anywhere outside of the iframe page (devtools, parent page, etc) whilst mid-drag. This plugin is exactly what we're after, but can't use it whilst this bug exists unfortunately. Thanks. |
Unfortunately no, and it's quite an edge case which is hard to understand/replicate. I'm not really maintaining this library anymore so if you need it quickly, you should try to create a pull request for this issue. ;) |
Well, we are also facing the exact same problem with this slider.. if we try to drag is quickly and multiple times then it starts behaving like this.. any solution or patch would be helpful.. |
I'm still struggling to get an simple reproducible example so I can understand what's going on. If you could provide such a demo, it would be great and helpful. |
Yeah, please see this video for your reference:
https://drive.google.com/file/d/0Bz7g2NRNMrY-enFqakJQUUdpRVE/view
…On Thu, Apr 20, 2017 at 5:11 PM, Valentin Hervieu ***@***.***> wrote:
I'm still struggling to get an simple reproducible example so I can
understand what's going on. If you could provide such a demo, it would be
great and helpful.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#475 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABnebh1kI59jJX6YX3miVJg22PUu1ZYzks5rx0R1gaJpZM4LHlfL>
.
--
Regards
Nitin Jain
+91-8552819190
+91-9810759190
~~~~~~~~~~~~~~
|
The issue with JSFiddle is the iFrame. If you release the slider in the code view, and come back above it, then the selection bar keeps moving. Now I get it, but don't understand why the slider handle is correctly detached but not the selection bar... |
I investigated it yesterday and somehow fixed it for single slider but not for range. The real issue is that when you release the slider outdide the iframe, the |
Have you fixed the mouseup event for single slider? |
I don't remember. But all my work is on Master at the moment. |
Steps to reproduce
This is mostly noticeable when using multiple monitors and alt tabbing to the other monitor while still dragging the slider.
The slider value itself is not affected, just the UI of the ".rz-bar-wrapper" span.
The text was updated successfully, but these errors were encountered: