Closed
Bug 16001
Opened 25 years ago
Closed 25 years ago
M10 - a:hover not inherited to a table with a CSS class assigned
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: theraven, Assigned: karnaze)
References
()
Details
In M10 build, a:hover works in a table without a class=<name> assignment (top
table in example). If the table is assigned a class (bottom table), then the
a:hover is not inherited to TD, TH elements
Updated•25 years ago
|
Summary: M10 - a:hover not inherited to a table with a CSS class assigned → M10 - a:hover not inherited to a table with a CSS class assigned
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
This is actually an event handling bug. What is happening is a link a certain
distance down the page is not receiving the hover event on mouseover. I
verified that the reason why the bottom table in this bug report does not pick
up the hover style is that it is down the page a certain distance. (If the top
table is hidden, the hover styles will be picked up correctly.)
To verify that this is a duplicate, comment out the top table, and then check
if the hover effects work on the second table.
*** This bug has been marked as a duplicate of 15397 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•25 years ago
|
||
Using 10/20 app, verified dup of #15397. Testing on Win 98, 'hover' behavior
stops after the first row in the first table.
You need to log in
before you can comment on or make changes to this bug.
Description
•