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

duScrollBottomSpy issue with document.body.scrollHeight on IE11 #160

Closed
jrr opened this issue Nov 9, 2015 · 1 comment
Closed

duScrollBottomSpy issue with document.body.scrollHeight on IE11 #160

jrr opened this issue Nov 9, 2015 · 1 comment

Comments

@jrr
Copy link
Contributor

jrr commented Nov 9, 2015

We encountered an issue where under IE11, the last item in our nav was "stuck" on. Under certain circumstances, IE11 will report document.body.scrollHeight of zero, causing bottomReached to always be true in the scroll handler.

Specifically I'm seeing it with IE 11.0.9600.18059 and Angular 1.4.7.

Repro with this plunk: http://embed.plnkr.co/xKx6ATH1jtBVr2FcOeNO/preview

Pull request that fixes it: #157

@oblador
Copy link
Owner

oblador commented Nov 19, 2015

PR was merged.

@oblador oblador closed this as completed Nov 19, 2015
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

2 participants