Closed
Bug 126012
Opened 23 years ago
Closed 23 years ago
Hyperlink color are displayed differently
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 125795
People
(Reporter: markushuebner, Assigned: dbaron)
References
()
Details
(Keywords: regression, testcase, top100)
Attachments
(3 files)
At
http://www.world-direct.com/step2/shop.asp?id=1&lid=&menu=sh_books
there is an own external CSS file with an anker class called 'olink'.
All states (active, link, etc.) are having #336699.
Recently (starting with build 20020215XX - the buld 2002021403 was fine) the
link colors are displayed differently.
Curriously at
http://www.world-direct.com/step2/sh_category.asp?snr=401&cnr=2
the links are all displayed fine (in #336699)
Reporter | ||
Updated•23 years ago
|
Keywords: regression
Assignee | ||
Comment 1•23 years ago
|
||
[11:04:33] <dbaron> What's the XX that you tested?
[11:04:55] <matic> let me check ...
[11:05:29] <matic> was from /pub/mozilla/nightly/2002-02-15-10-trunk
Assignee | ||
Comment 2•23 years ago
|
||
Works for me on Linux.
Comment 3•23 years ago
|
||
Related: bug 125795 ?
Reporter | ||
Comment 4•23 years ago
|
||
http://www.hypotirol.at/10hypot/home.nsf/html-files/markt.htm is another
example - this time the link-colors are specified in the body
<body alink="#000000" text="#000000" link="#996600" bgcolor="#FFFFFF"
vlink="#996600" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">
Trying to come up with a simplified testcase.
Keywords: top100
Reporter | ||
Comment 5•23 years ago
|
||
Reporter | ||
Comment 6•23 years ago
|
||
Just do a "normal reload" and just the very first link is still be displayed
in "gold color" - if you do a "shift-reload" then all links are displayed
in "gold color". Then again a "normal reload" will bring up just the very
first link with the correct color.
Comment 8•23 years ago
|
||
On WinME, I have
:link:hover, :visited:hover { color: red; text-decoration: underline; }
in my userContent.css. In the testcase, the first link (originally gold) turns
red properly when hovered. The others stay gray (I think it's the same gray)
when hovered. (No difference with !important in userContent.css)
This doesn't happen all the time, but I haven't yet narrowed down when. I think
this is the same bug, since it deals with links being gray incorrectly. Let me
know if hovering links is another bug.
Also in the testcase: when I reload they are all gold, but when it finishes
loading the bottom ones turn gray.
Comment 10•23 years ago
|
||
Reporter | ||
Updated•23 years ago
|
Keywords: mozilla0.9.9,
nsbeta1
Comment 11•23 years ago
|
||
*** This bug has been marked as a duplicate of 125795 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•