You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the bug report. Does this happen on all pages or just certain ones (e.g. I'm guessing it might effect pages where the content isn't long enough to scroll?). Can you provide a URL showing the problem (preferably on jsfiddle.net)? Thanks!
In _positionDragX, there appears to be a divide by 0 error on the following declaration:
percentScrolled = destX / dragMaxX.
As far as I can tell, this appears only in IE8 (could be in other IE versions as well).
The text was updated successfully, but these errors were encountered: