Closed
Bug 422523
Opened 17 years ago
Closed 17 years ago
Text flashes on the screen
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jwgrant, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
Text flashes on screen, can not replicate in Firefox older version or IE
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•17 years ago
|
||
When I look into the stylesheet I see:
.crumbs {
font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #666666;
text-decoration: blink;
}
Removing the last line makes everything more quiet.
Updated•17 years ago
|
Product: Firefox → Core
QA Contact: general → general
Comment 2•17 years ago
|
||
While horrible, this isn't a bug in Firefox. I see the same behaviour in both Firefox 2 and nightly/beta builds of 3.
AFAIK, IE doesn't support blink, so you won't see it there.
If you don't like the blink effect, it can be disabled with a hidden preference. See http://kb.mozillazine.org/Browser.blink_allowed for details.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•