Closed Bug 223959 Opened 21 years ago Closed 17 years ago

[META] Firefox uses hardcoded colors for texts and backgrounds

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: sipaq, Unassigned)

Details

We often use hardcoded colors for texts and backgrounds which make text
unreadable with OS themes differing from the OS standard.
No longer depends on: 220031
No longer depends on: 222799
No longer depends on: 222793
Depends on: 220031
Depends on: 222799
Depends on: 222793
Depends on: 232116
Summary: [META] Firebird uses hardcoded colors for texts and backgrounds → [META] Firefox uses hardcoded colors for texts and backgrounds
Depends on: 249680
This is a big problem with a lot of sites and software, but I don't see it much
in FireFox.  I use a white-text-on-blue-background color scheme, which seldom
fails to reveal this defect.  But the only place I see it is in the Help file,
which has a hard-coded black text color and no background color (which can
result in black text on a black background).

Where are you experiencing the problem in FireFox?
The standard blank start page (about:blank) has a hardcoded white background-color.
Assignee: firefox → nobody
QA Contact: general
Our computers run Win XP Pro and XP Home, and we have blue background over black text when we try to print a page from an internet database query that should only have reverse text on the Header (white text on blue background). This did not happen until we upgraded Firefox to 1.5.0.6. The same problem is reported by a laptop user with a Mac OS, also running the most recent upgrade of Firefox. When the page setup option to "print backgrounds" is selected, the whole page is blue, except for the reverse text in the Header, and the rest of the text under the blue, is black and unreadable.

An example of the code to make the Header is below:
<style type="text/css">
<!--
.reverse
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(bgblue.gif);
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
-->
</style>

(In reply to comment #1)
> This is a big problem with a lot of sites and software, but I don't see it much
> in FireFox.  I use a white-text-on-blue-background color scheme, which seldom
> fails to reveal this defect.  But the only place I see it is in the Help file,
> which has a hard-coded black text color and no background color (which can
> result in black text on a black background).
> 
> Where are you experiencing the problem in FireFox?

Meta bugs suck and aren't used anymore. Closing as INVALID.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
No longer depends on: 220031, 222793, 222799, 232116, 249680
"Meta bugs suck and aren't used anymore."

What are "meta bugs", and where is the "non-meta" version of this one then?
You need to log in before you can comment on or make changes to this bug.