Popup doesn't appear in IE

Created on 26 August 2015, about 9 years ago
Updated 3 April 2023, over 1 year ago

In IE (tested on IE11 / Edge), the popups are not appearing because the positioning code is not working.
This comes down to IE not supplying the window.scrollX / window.scrollY values (return undefined).

The fix is to make the following edits to views_popup.js:

  • replace all references to window.scrollX with (window.scrollX || window.pageXOffset)
  • replace all references to window.scrollY with (window.scrollY || window.pageYOffset)
πŸ› Bug report
Status

Closed: cannot reproduce

Version

3.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom dmargetts

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024