Open uberspeck opened 9 years ago
Sorry to be impatient, but if anyone has any ideas on this it would be huge help! It's kind of stopped us in our tracks for our next deploy :(
Do you have both jQuery and jQuery UI up to date?
Thank you for responding, yes both libraries are up to date. The issue is making us crazy. We've created an alternate date picker workaround for IE for now, but it would be great to get it working
I don't have access to IE8 right now, but can you try to add a call to this._cacheIfNecessary()
at the beginning of _mouseDrag
function?
@ghusse [Version 5.7.1] I experienced the error "Cannot read property 'offset' of null", and your previous comment fixed this issue. :+1:
I'm getting this error in IE8 if i try to drag a slider. It goes away if I reload the page (???). Has anyone else seen this? I've tracked it down to the
_mouseDrag
event ofui.rangeSliderDraggable
but I'm not sure where to go from there?Here's a plnkr of my implementation