[Win] Text inside the Install/Uninstall Firefox prompt turns blank in high contrast
Categories
(Firefox :: Installer, defect, P1)
Tracking
()
People
(Reporter: asoncutean, Assigned: mhowell)
References
Details
Attachments
(2 files)
[Affected versions]:
- 69.0a1 (2019-05-21)
- 68.0b3
- 67.0
[Affected platforms]:
- Windows 10 x64
- Windows 8.1 x64
[Steps to reproduce]:
- Turn on high contrast (except white)
- Install any affected Firefox version
- Uninstall the Firefox build
[Expected result]:
- Text inside the Install/Uninstall window is clear and visible.
[Actual result]:
- There is no text inside the Install/Uninstall window.
[Regression range]:
- This doesn’t seem to be a regression, reproducible way back to Fx 49.
[Additional Notes]:
- Issue not reproducible with high contrast white.
- Issue reproducible with Full installer and Stub installer (only for uninstall prompt).
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
I'm working on this now.
The full installer has exactly the same problem for the same reason, so I'll fix it here also.
Assignee | ||
Comment 2•5 years ago
|
||
The stub installer is also kind of affected, but it's a milder case (the text shows up as black-on-white, which is pretty visible, it's just not the colors that are configured), and it's harder to fix, so that's getting a separate bug.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
We can use MUI_BGCOLOR to change the background color, but there's no way to
globally override the text color, so we additionally need to set that on every
affected control in the Show functions (we have to wait until Show because
that's the earliest point that the controls have been created and we can get
handles to them).
This patch fixes both the full installer and the uninstaller.
Comment 5•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 6•5 years ago
|
||
Is this something we may want to fix in esr68?
Assignee | ||
Comment 7•5 years ago
|
||
I don't know if this is serious enough to uplift this late; this bug has been there since the launch of Windows 8 and never been reported until now, and ESR users are less likely to be running the uninstaller GUI at all. I'd be on board with adding this to 68.1 or 68.2 though.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 9•5 years ago
|
||
This issue is verified fixed with Beta 69.0b6 on Windows 10 x64 and Windows 7 x86.
Updated•4 years ago
|
Description
•