Skip to content
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

Open
John3x opened this issue Nov 26, 2014 · 9 comments
Open

Horizontal Scrolling in Firefox Breaks when Scrolled Vertically #42

John3x opened this issue Nov 26, 2014 · 9 comments

Comments

@John3x
Copy link

John3x commented Nov 26, 2014

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.

@wieringen
Copy link
Owner

Can you give some more information? I cant reproduce the bug.

@wieringen wieringen reopened this Dec 1, 2014
@John3x
Copy link
Author

John3x commented Dec 1, 2014

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)){
return;
}

@yairEO
Copy link

yairEO commented Dec 4, 2014

demo is broken for me too (FF 33)

@wieringen
Copy link
Owner

Can you check if its fixed in latest verison?

@John3x
Copy link
Author

John3x commented Dec 18, 2014

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.

@wieringen
Copy link
Owner

Are you on windows? I just cant seem to reproduce your findings. Does this also happen on my webpage?

@John3x
Copy link
Author

John3x commented Dec 18, 2014

No, your webpage works (and did in the previous version too). I'm experiencing this on Mavericks.

@wieringen
Copy link
Owner

Hmm strange. Can you share a link to your webapp or provide a testcase?

@Homa
Copy link

Homa commented Jan 31, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants