Closed
Bug 8764
Opened 25 years ago
Closed 25 years ago
Bookmark window highlighting is unreadable
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M8
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.
Assignee | ||
Updated•25 years ago
|
Assignee: slamm → hyatt
Assignee | ||
Comment 2•25 years ago
|
||
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.
Comment 3•25 years ago
|
||
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;
}
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 4•25 years ago
|
||
Marking as invalid. You just need to fix your CSS.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 5•25 years ago
|
||
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.
Updated•25 years ago
|
Assignee: hyatt → slamm
Status: REOPENED → NEW
Comment 6•25 years ago
|
||
Reassigning to slamm.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M8
Assignee | ||
Comment 8•25 years ago
|
||
I will work on the styles today. I see other tree widgets that display selection
fine.
Assignee | ||
Updated•25 years ago
|
Whiteboard: Fix ready. Waiting for tree to open.
Assignee | ||
Comment 9•25 years ago
|
||
Adding "color: inherit" fixes the problem. Thanks, David.
I will check it in when the tree opens.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Whiteboard: Fix ready. Waiting for tree to open.
Assignee | ||
Comment 10•25 years ago
|
||
Checked it in. Marking FIXED.
Updated•25 years ago
|
Whiteboard: awaiting testable Linux build and Mac blockage to fully verify
Comment 11•25 years ago
|
||
VERIFIED for WinNT 1999070608. I'm waiting for a stable linux build and bug 8990 on Mac to verifiy on those platforms.
Updated•25 years ago
|
Whiteboard: awaiting testable Linux build and Mac blockage to fully verify → 07-JUL awaiting testable Linux build and Mac blockage to fully verify
Updated•25 years ago
|
Whiteboard: 07-JUL awaiting testable Linux build and Mac blockage to fully verify → 07-JUL awaiting testable Linux build (bug 9380) to fully verify
Comment 12•25 years ago
|
||
VERIFIED for 1999070708 Mac builds
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Whiteboard: 07-JUL awaiting testable Linux build (bug 9380) to fully verify
Comment 13•25 years ago
|
||
finally, VERIFIED for Linux 1999070918 builds
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•