Closed
Bug 177143
Opened 23 years ago
Closed 22 years ago
composer uses font color white when replying to messages
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: patrick.hendriks+bugzilla, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20021026
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20021026
When replying to a message, each time i start typing text, the font color of the
text i type is set to white. No text therefore is visible. When selecting my
text, and setting color to black, the text appears.
Does not occur when composing a new message. Perhaps something in my
UserContent.css?
Reproducible: Always
Steps to Reproduce:
1. click reply on a message in your inbox
2.
3.
Actual Results:
white text when typing
Expected Results:
black text.
I'm using the following UserContent.css
/*
* BEGIN - Quote Levels Colors
*/
blockquote[type=cite] {
color: navy ! important;
}
blockquote[type=cite] blockquote {
color: maroon ! important;
}
blockquote[type=cite] blockquote blockquote {
color: green ! important;
}
blockquote[type=cite] blockquote blockquote blockquote {
color: purple ! important;
}
blockquote[type=cite] blockquote blockquote blockquote blockquote {
color: teal ! important;
}
/*
* END - Quote Levels Colors
*/
.moz-txt-sig, .moz-signature {
color: #E4941B !important;
}
.moz-txt-sig > a, .moz-signature > a {
color: #E4941B !important;
}
I take back the "reproducibility always"
It was 2 out of 2, now it's 2 out of 3....
Hmm... i'm afraid this is an annoying "reproducible sometimes" freak bug
Comment 2•22 years ago
|
||
Does the message you are replying to have white text?
Comment 3•22 years ago
|
||
Patrick, is this bug still a problem for you? Have you tried using a later
version of Mozilla (1.3 or 1.4b)?
If it is still a problem with a current version -- are you composing plain-text
or HTML mail?
don't know WHAT fixed it or why, but can't reproduce it on this machine anymore.
Marking WFM for now
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•