Closed Bug 3515 Opened 26 years ago Closed 25 years ago

Table row backgrounds not working

Categories

(Core :: Layout: Tables, defect, P2)

x86
Other
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: hyatt, Assigned: karnaze)

References

()

Details

Edit the sidebar.css file and apply a background-color to a table row using a rule like: treerow[selected] { background-color: black; } The background is not drawn.
Oops. The rule should be treeitem[selected] { background-color: black; } treeitem, not treerow.
Status: NEW → ASSIGNED
Target Milestone: M6
Moving to M6.
Moving to M8
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
sidebar.css does not exist any longer. I think I have fixed this bug in Standard mode, but if not, please revise the bug info.
Status: RESOLVED → VERIFIED
Since sidebar.css no longer exists per karnaze comments, created a test case to verify bug: <html> <head> <title>3515</title> <style="text/css"> tr { background-color: lime } </style> </head> <body> <table> <tr> <td> test </td> </tr> </table> </body> </html> Using 6/14 Apprunner, background-color displays correctly. Verifying bug fixed.
You need to log in before you can comment on or make changes to this bug.