[Content Blocking] Blue label from Tracking list in "Show site information" is hardly visible on High Contrast mode
Categories
(Firefox :: Protections UI, defect, P3)
Tracking
()
People
(Reporter: david.olah, Assigned: gvelchuru)
Details
Attachments
(2 files)
[Enviroments:]
Windows 10, Windows 7
66.0a1 (2019-01-09)
[Steps:]
- Set a high contrast theme (example: black).
- Open Firefox.
- Go to a website (ex: https://www.dailymotion.com/us)
- Open the "Show site information"
- Click the Trackers list to open
[Actual Result:]
Blue label with message <To block all trackers, set Content blocking to "Strict"> is hardly visible.
[Expected Result:]
Blue label with message <To block all trackers, set Content blocking to "Strict"> is clearly visible.
[Note]
In the Attachments you can see the label marked.
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Gautham, are you interested to take this?
In order to debug this, besides setting your system to be in High Contrast mode, you need to use our devtools to debug the Firefox UI, which is fun!
On Nightly you can do that by opening devtools (for example by Ctrl+Shift+I/Cmd+Shift+I), pressing the "..." button, Settings, and making sure both "Enable browser chrome and add-on debugging toolboxes" and "Enable remote debugging" checkboxes are checked. Then you can open the Browser Toolbox by pressing Ctrl+Shift+Alt+I. This allows you to remote debug the browser UI using the same tools that you can use to debug web pages. Since this UI is inside a pop-up, from the "..." button in Browser Toolbox select "Disable Pop-up Auto-Hide" which makes sure pop-ups remain open on the window until explicitly closed. Then you can use the Inspector tool to examine what styles are applied to the blue control versus the controls around it and where the style properties are coming from. The most interesting style property you'd want to adjust is the color
property. The fix to this bug is probably either overriding that property somewhere or removing an override that may be being used inappropriately to give us the dark blue text colour.
See bug 1518807 for a similar bug fix (bug in another part of the browser UI) to get some ideas.
Assignee | ||
Comment 2•6 years ago
|
||
I'd love to take this! Thank you for the information, I'll take a look.
Assignee | ||
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 5•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Updated•6 years ago
|
Comment 6•6 years ago
|
||
Verified as fixed on Windows 10x64 and Windows 7x64 with 69.0b6.
Updated•6 years ago
|
Updated•6 years ago
|
Description
•