Skip to content

IFrame scrolling problem #2

@vleletko

Description

@vleletko

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions