Closed Bug 8764 Opened 25 years ago Closed 25 years ago

Bookmark window highlighting is unreadable

Categories

(SeaMonkey :: General, defect, P3)

Other
Other

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: akkzilla, Assigned: slamm)

Details

If I bring up the "manage bookmarks" window and click on one of my bookmarks to highlight it, the highlight is dark purple but the font is still black -- it's nearly impossible to read in black-on-dark-purple.
QA Contact: leger → claudius
Updating QA Contact
Assignee: slamm → hyatt
Looks like the tree row is not changing the foreground color style when the row is selected. The foreground and background colors are set by the same style rule in xul.css, so it is weird that the foreground does not work, treerow[selectedrow="true"] { color: white; background-color: #666699; font: inherit; } Reassigning to hyatt.
You're probably using a titledbutton inside the treecell, and you probably haven't set the titledbutton to inherit its color from the row. Try adding a rule like... treerow titledbutton { color: inherit; }
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Marking as invalid. You just need to fix your CSS.
Status: RESOLVED → REOPENED
It's not marked invalid, it's marked fixed. It's not fixed as of Tuesday's build (can't check on a later build because this afternoon's build is crashing in nsBoxFrame::GetBoxInfo. Reopening -- if someone has checked in something to fix this, please say so.
Assignee: hyatt → slamm
Status: REOPENED → NEW
Reassigning to slamm.
Resolution: FIXED → ---
Clearing Fixed resolution since it got re-opened.
Status: NEW → ASSIGNED
Target Milestone: M8
I will work on the styles today. I see other tree widgets that display selection fine.
Whiteboard: Fix ready. Waiting for tree to open.
Adding "color: inherit" fixes the problem. Thanks, David. I will check it in when the tree opens.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago25 years ago
Resolution: --- → FIXED
Whiteboard: Fix ready. Waiting for tree to open.
Checked it in. Marking FIXED.
Whiteboard: awaiting testable Linux build and Mac blockage to fully verify
VERIFIED for WinNT 1999070608. I'm waiting for a stable linux build and bug 8990 on Mac to verifiy on those platforms.
Whiteboard: awaiting testable Linux build and Mac blockage to fully verify → 07-JUL awaiting testable Linux build and Mac blockage to fully verify
Whiteboard: 07-JUL awaiting testable Linux build and Mac blockage to fully verify → 07-JUL awaiting testable Linux build (bug 9380) to fully verify
VERIFIED for 1999070708 Mac builds
Status: RESOLVED → VERIFIED
Whiteboard: 07-JUL awaiting testable Linux build (bug 9380) to fully verify
finally, VERIFIED for Linux 1999070918 builds
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.