Active
Project:
jQuery LocalScroll
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2012 at 06:35 UTC
Updated:
14 May 2015 at 19:33 UTC
Jump to comment: Most recent
See http://www.mszte.hu/ on chrome, ff. When you scrolling down, everything works as expected, but during scrolling up, there is a small back jump. I'm not a jquery ninja, have somebody any idea what is wrong?
Comments
Comment #1
seandunaway commentedWhat should I click to scroll up on your site?
Comment #2
Courtney.B commentedMaybe it's something that you could use ScrollTo to implement.
I'm not a programmer but I found this webpage when I was looking for LocalScroll tutorials. It's actually a tutorial on using ScrollTo to control easing vertically.
http://www.webdesignerwall.com/demo/scrollto-demo/
This example uses a "Previous" and "Next" buttons to control the navigation from section to section. Maybe with a little modification, it could solve this issue?
Please note, I did not write the code below. It's copied and pasted from the example site linked to above.
Comment #3
joshuautley commentedI'm using FF and when I click on the menu which causes the page to scroll up I don't get this error.
It's been a year. Could it be that FF fixed something in their browser?
Comment #4
hanskuiters commentedFF didn't fix it. I think the offset setting is related to this problem. If offset is set to 0, there is hardly a jump. If offset is set to a bigger number, I need -275, the jump is huge. Maybe thsi helps to debug.