angularjs-slider
angularjs-slider copied to clipboard
Unexpected slider behaviour if alt tabbing while holding the slider.
Steps to reproduce
- Click on the slider pointer and hold the mouse btn clicked.
- Alt-tab to another window
- Alt-tab back to the page with the slider
- Move it around -> slider wrapper bar is messed up.
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.
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?
Windows 10/Chrome 54.0.2840.99 Sure.
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 [email protected] 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 https://github.com/angular-slider/angularjs-slider/issues/475#issuecomment-295699779, 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 blur
event is send but not the mouseup
which is not normal behavior...
Have you fixed the mouseup event for single slider?
I don't remember. But all my work is on Master at the moment.