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

IFrame scrolling problem #2

Open
vleletko opened this issue Aug 4, 2016 · 0 comments
Open

IFrame scrolling problem #2

vleletko opened this issue Aug 4, 2016 · 0 comments

Comments

@vleletko
Copy link

vleletko commented Aug 4, 2016

Problem

scrollWindow & scrollWrapperElements function references to window & document globals.
This will lead to problems if element belongs to iframe.

Solution:

  • use element.ownerDocument - for document
  • use element.ownerDocument.defaultView || element.ownerDocument.parentWindow for window.
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