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

Fixed initial page extending on load. #64

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

sjb933
Copy link

@sjb933 sjb933 commented Aug 12, 2014

Moving pull request to dev branch per request. There was a bug with the extending page option, exemplified here: http://gregfranko.com/jquery.tocify.js/. On initial page load, if you hit the bottom link in the menu, 'Donation', you will see that the page doesn't actually scroll far enough and the extra padding div will not be added until the user has scrolled that far down. I've corrected this by removing the concept of the removing the concept of the extendPageOffset and added the padding div on load.

There was a bug with the extending page option, exemplified here: http://gregfranko.com/jquery.tocify.js/.  On initial page load, if you hit the bottom link in the menu, 'Donation', you will see that the page doesn't actually scroll far enough and the extra padding div will not be added until the user has scrolled that far down.  I've corrected this by removing the concept of the removing the concept of the extendPageOffset and added the padding div on load.
@agez
Copy link

agez commented Oct 20, 2014

I can confirm that the pull request works. It would be nice if it could be merged in the dev or master version.

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

Successfully merging this pull request may close these issues.

2 participants