Closed
Bug 152053
Opened 23 years ago
Closed 22 years ago
Anchor class changes everything in TD
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
RESOLVED
INVALID
Future
People
(Reporter: nerd, Assigned: kmcclusk)
References
()
Details
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020614
BuildID: 2002061408
Font styles for Anchor states are changing every thing inside a TD. Example
there are 4 links inside a TD. Hovering over the first causes all of them to
underline, not just the first one. It only seems to effect the underline
attribute. Changes in font face of color don't leak.
I'll attach a before and after picture.
Reproducible: Always
Steps to Reproduce:
1. View the attached URL.
Actual Results: All links in the TD underline.
Expected Results: Only the one curently hovered should underline
Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
This url is producing a error for me. Reporter, can you please provide a test
case that reproduces this problem ? Marking invalid until we get more information.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 3•23 years ago
|
||
It still does it...and here is another location doing the same thing. Sorry the
URL was down when you tested it.
http://www.yabb.info/community/index.php?board=161;action=display;threadid=7444
Look at the forum navigation near the top of the page. The Name of the forum,
the board, the article. all are in seperate anchorss. Highlighting one causes
them all to change.
The nerd3D forum shows it better. Look here...
http://www.nerd3d.com/Forum/index.php?board=2;action=display;threadid=1
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Reporter | ||
Comment 4•23 years ago
|
||
I've found a way to work around this on my site. I believe this is a valid bug
though. The Anchor's class should over ride the container class (A font in this
case) it is not.
I've isolated the trouble and will attach a test case to this bug.
Reporter | ||
Comment 5•23 years ago
|
||
This demonstrates the bug.
Reporter | ||
Updated•23 years ago
|
Attachment #95325 -
Attachment description: Parent class over rides anchor class. → Test: Parent class over rides anchor class.
Comment 6•23 years ago
|
||
Confirming in the 2002-09-10-08 Trunk build.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•23 years ago
|
Priority: -- → P3
Assignee | ||
Comment 7•23 years ago
|
||
-> Karnaze
Component: GFX Compositor → Style System
Target Milestone: --- → Future
![]() |
||
Comment 8•22 years ago
|
||
This is invalid. text-decoration is not inherited; it's just painted by the
node that it's set on. So if it's set on the <td>, it can't be "turned off" by
setting it to "none" on the children of the <td>.
Status: NEW → RESOLVED
Closed: 23 years ago → 22 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 9•22 years ago
|
||
Actually this was valid, and was fixed around 1.4 someplace. I was not following
closely and don't know exactly when it was corrected. I should have come back
here and closed this bug when I noticed.
Thanks to whoever fixed it!
Comment 10•21 years ago
|
||
*** Bug 268225 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•