Page MenuHomePhabricator

[Bug] [IE 11] Popups settings dialog is offcenter
Closed, ResolvedPublic2 Estimated Story Points

Description

Steps to reproduce

  1. Open Internet Explorer 11 and visit Wikipedia
  2. Logout
  3. Hover over a link to a normal page, such as Barack Obama
  4. Click the settings cog

Expected results

  • Settings dialog is centered

Actual results

  • Settings dialog is centered on the upper left corner
    image (2).png (768×1 px, 206 KB)

Environments observed

  • English beta cluster

Browser Version:

  • IE 11

OS Version:

  • Windows

Device Model:

  • Desktop

Device Language:

  • English

Developer notes

#mwe-popups-settings is position fixed, as is its parent container #mwe-popups-overlay
This seems redundant
Making #mwe-popups-settings position relative seems to solve the problem
This can easily be replicated in browser stack Windows 7/IE11 and there are also developer tools for it.

QA steps

This should be tested on the beta cluster (https://en.wikipedia.beta.wmflabs.org)
This can easily be replicated in browser stack Windows 7/IE11
We'll want to confirm that the settings dialog is centered when opened.
Check Firefox and Chrome and other versions of Internet Explorer/Edge to confirm the positioning is consistent.

Event Timeline

ovasileva triaged this task as Medium priority.Apr 12 2018, 3:59 PM
Jdlrobson set the point value for this task to 2.Apr 24 2018, 4:45 PM

Change 434902 had a related patch set uploaded (by Jdrewniak; owner: Jdrewniak):
[mediawiki/extensions/Popups@master] Fix IE11 settings dialog centeringt

https://gerrit.wikimedia.org/r/434902

pmiazga removed a project: Patch-For-Review.
pmiazga subscribed.

Change 434902 merged by jenkins-bot:
[mediawiki/extensions/Popups@master] Fix IE11 settings dialog centering

https://gerrit.wikimedia.org/r/434902

Jdlrobson updated the task description. (Show Details)
Jdlrobson updated the task description. (Show Details)
Jdlrobson subscribed.

Over to you Anthony! I've added some QA steps!