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

If user uses scroll bar to scroll, scrolling event handling breaks #2

Open
PabiGamito opened this issue Aug 3, 2017 · 0 comments
Open

Comments

@PabiGamito
Copy link
Owner

PabiGamito commented Aug 3, 2017

If a user uses the scroll bar to scroll on the website the scrolling event handler is no longer activated and therefore doesn't update the active website section. This causes it the break as, what the website thinks is the active section no longer is and therefore might cause scrolling to be blocked.

For instances, we have scrolled from the top of the website to the bottom of the website with the scrollbar. The active section, for the website, will still be the top most section, but we will actually be on the bottom most section. And therefore if we try to scroll up, the script thinking we are already in the top most section will simply do nothing. We would have to scroll down to get to the second section.

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

1 participant