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

Bugfix for ScrollX / ScrollY in IE11 #3

Closed
wants to merge 3 commits into from

Commits on Sep 16, 2019

  1. Replacing scrollX and scrollY with pageXOffset and `pageYOffset…

    …` (which is basically the same) to get compatibility in IE11.
    
    https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollY#Notes for more
    Anders Gissel committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    78cdd15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77859a9 View commit details
    Browse the repository at this point in the history
  3. Reverting naming change in stored data to keep compatibility with ear…

    …lier versions of plugin, while still retaining IE11 functionality.
    Anders Gissel committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    c2c8691 View commit details
    Browse the repository at this point in the history