-
Notifications
You must be signed in to change notification settings - Fork 202
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
Horizontal Scrolling in Firefox Breaks when Scrolled Vertically #42
Comments
Can you give some more information? I cant reproduce the bug. |
Sure. I was actually able to workaround by doing the following, which disabled vertical scrolling translating to horizontal distance but doesn't break the scrollbar. In the wheel function of the JQuery plugin. if(isNaN(wheelSpeedDelta)){ |
demo is broken for me too (FF 33) |
Can you check if its fixed in latest verison? |
On my webapp, your new version works for vertical scrolling translating correctly to horizontal distance in firefox, but causes wheelSpeedDelta to return NaN now on horizontal scrolling. Less desirable outcome, so I will need to revert. |
Are you on windows? I just cant seem to reproduce your findings. Does this also happen on my webpage? |
No, your webpage works (and did in the previous version too). I'm experiencing this on Mavericks. |
Hmm strange. Can you share a link to your webapp or provide a testcase? |
I use vertical tinyscrollbar on FF 45.6.0 on mac . When I use mouse pad(wheel), sometimes it freezes and I get wheelSpeedDelta equal to NaN. |
Any ideas on how to remedy this? I lose control of the scrollbar entirely in Firefox on scrolling up or down until issuing an update command.
The text was updated successfully, but these errors were encountered: