Closed Bug 1076921 Opened 10 years ago Closed 10 years ago

FxA migration popup is not nicely styled in Firefox on Windows

Categories

(Marketplace Graveyard :: Integration, defect, P5)

Avenir
x86
macOS
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: mstriemer, Assigned: mstriemer)

References

Details

The popup is using the trusted UI styles for screens <= 319px on Windows Firefox desktop. I'm thinking this is because the window has a border on Windows so we should compensate for that.

1. Add a few pixels extra (330px instead of 320px).
2. Check how much border we have `window.outerWidth - window.innerWidth`.
   * This might not work, it's just a guess. Fullscreen vs not might be different.
Assignee: nobody → mstriemer
Priority: -- → P5
I just tried this out on my Windows VM and it works fine as is. Not sure what was happening before.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.