-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Clean up slider logic and fix bug with top end #8805
Conversation
@kball I can confirm this fixes the issue in the QA I reported 👍 |
@kball |
@designerno1 nice catch, I'll dig into it |
@designerno1 updated and I believe it resolves on android. Touch slider on android feels a little clunky to me but going back to the initial RC it feels clunky there too, and in 6.2.1 it was broken entirely, so I think this is good enough. Can you try it out again? |
@kball |
Ah the jump makes sense... ok still tinkering. The discrepancy between the real events and faked event stuff is a pain. |
@designerno1 Got another pass on this. This feels kinda clunky, but after mucking around a bit I couldn't figure out how to do the better solution (fixing the touch util faked events), and this seems to be working now both on my android test device and the non-android browsers I've tested |
now works by drag |
@designerno1 Was it working in those cases before? If not, I'd like to merge this and open those as a separate issue to tackle |
@kball |
ok I'll keep pounding on it then |
@designerno1 one more fix in for an issue on android 6, but I'm not sure exactly what behavior you're seeing still on this branch that isn't there on v6.2.2. Can you explain more what you mean by swipe as distinct from drag for the vertical slider? Thanks |
@kball |
@kball |
Fixes issue discovered in QA with top end of slider. Also cleans up slider logic to be more readable.