ghusse / jQRangeSlider

A jquery UI range selection slider that supports dates
http://ghusse.github.com/jQRangeSlider/
GNU General Public License v3.0
670 stars 147 forks source link

Edge browser Touch dragging doesn't work #217

Open ripcordtech opened 8 years ago

ripcordtech commented 8 years ago

Title says it all, dragging handles using touch doesn't work in Microsoft Edge browser. I'm sure it's Edge's fault... assumption based on prejudice

ghusse commented 8 years ago

I don't have the hardware to test touch events with edge. Is it possible for you to investigate?

ripcordtech commented 8 years ago

Sure, I'm looking at it now I tried different jquery versions, just for fun, and that doesn't seem to have any impact, so now I'm going to load up the repo and take a look at how touch events are listened.

ripcordtech commented 8 years ago

I'm working with the demo from the #latest branch, the issue I experienced in my application is also present, so I think we can eliminate the bloat of the app I'm working on as a cause.

There is an event response from touch events on the handles, but it does not seem to be holding. It seems as if touchstart is fired, and touchend is almost immediately fired afterwards.