Closed
Bug 1213587
Opened 9 years ago
Closed 9 years ago
The XML error page has a yellow background but does not specify foreground color
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: nipp2222, Assigned: dbaron)
Details
Attachments
(1 file)
799 bytes,
patch
|
xidorn
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 SeaMonkey/2.38
Build ID: 20150923193515
Steps to reproduce:
1) in Options, Content, Fonts & Colors, Colors (or in SeaMonkey: Preferences, Appearance, Colors), change the foreground color to white and the background color to white. Also uncheck the "Use system colors" checkbox.
2) load a badly formatted XHTML file, or type this into the location bar:
data:text/xml,%3C
Actual results:
The error page that appears has the user's chosen foreground color for the text (white) but it has a light yellow background, which makes the text unreadable.
Expected results:
The error page should either
- have black hardcoded for a foreground color (or something that contrasts with light yellow)
- or respect both foreground and background from the user's preferences, in this case white on black.
Reporter | ||
Updated•9 years ago
|
Severity: normal → trivial
Updated•9 years ago
|
Status: UNCONFIRMED → NEW
Component: Untriaged → Layout
Ever confirmed: true
Product: Firefox → Core
Assignee | ||
Updated•9 years ago
|
Summary: The XML error page has a yellow background → The XML error page has a yellow background but does not specify foreground color
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → dbaron
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8691020 -
Flags: review?(quanxunzhen)
Updated•9 years ago
|
Attachment #8691020 -
Flags: review?(quanxunzhen) → review+
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/fbe817b7d36517de4033753e63b53d2260c16b8e
Bug 1213587 - Add foreground color to the background color for XML error pages. r=xidorn
Comment 4•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•