Closed
Bug 3516
Opened 26 years ago
Closed 25 years ago
Table col backgrounds not working.
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: hyatt, Assigned: karnaze)
References
()
Details
(Whiteboard: [TESTCASE])
Attachments
(1 file)
The sidebar.xul file contains a rule that is applied to column headers
when the sort is active that should cause a grey background to be mapped
down an entire column.
The rule is
treecol[sortActive="true"] {
background-color: #404040;
}
This rule doesn't work. The column does not honor the background color.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Target Milestone: M6
Assignee | ||
Comment 1•25 years ago
|
||
Moving to M6.
Assignee | ||
Comment 2•25 years ago
|
||
Moving to M8
Comment 3•25 years ago
|
||
I think this is fixed now (for standard mode). There was another bug on this,
bug 4510.
Updated•25 years ago
|
Whiteboard: [MAKINGTEST] -- run2000@geocities.com
Updated•25 years ago
|
Whiteboard: [MAKINGTEST] -- run2000@geocities.com
Comment 4•25 years ago
|
||
Problem remains. The light green colour in sidebar.css happens to co-incide
with current behaviour. However, changing this file makes no difference to the
rendering.
Reporter | ||
Comment 5•25 years ago
|
||
This might be an issue of standard vs. nav quirks mode. Try it in both modes
and see.
Comment 6•25 years ago
|
||
Aaah! The wonderful compatibility mode. How do you engage this under
Apprunner? Or can I test this in Viewer somehow? I'm using M7 for my tests.
Reporter | ||
Comment 7•25 years ago
|
||
With apprunner, you're automatically in standard mode (the mode you want). If
it works in apprunner, then I'd consider this bug fixed.
Comment 8•25 years ago
|
||
No, you're not automatically in standard mode in apprunner. In fact you're more
likely stuck in quirk mode (unless someone did something to the prefs or
pres context there that I don't know about).
The plan is (and I have almost all of this working on my machine) that you're
locked into standard mode for XML documents (XUL included) (therefore no quirks
in chrome). For HTML documents, the quirk mode will automatically be selected
unless the document has a DTD of 4.0 strict or later.
Reporter | ||
Comment 9•25 years ago
|
||
Right now, I have a hack in apprunner to automatically place the user into
standard mode. The problem that forced this was basically a need for chrome to
be in standard mode. If there's going to be something better than the single
global pref (which does not make sense to me), then I can remove the hack.
Let me know when this comes online, and I'll nuke the hack.
Comment 10•25 years ago
|
||
Ok, I will. That also explains why we were seeing other nav quirks failing to
turn on in apprunner...
Comment 11•25 years ago
|
||
Still not working on this morning's build (28/06/98), under 95. Background
colour shows up as light grey in this build -- it was light green for M7.
It may be the [sortActive="true"] modified that it's not picking up. If I remove
it from sidebar.css the background colour will change.
Comment 12•25 years ago
|
||
Updated•25 years ago
|
Whiteboard: [TESTCASE]
Assignee | ||
Comment 13•25 years ago
|
||
Moving to M9.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 14•25 years ago
|
||
Backgrounds on columns an column groups were implemented in Standard mode some
time ago. If this is still a bug, please reopen it, after providing an updated
way to duplicate the problem; the current instructions involving sidebar.xul are
outdated.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 15•25 years ago
|
||
Will verify fixed based on Karnaze's comments. No test case available.
You need to log in
before you can comment on or make changes to this bug.
Description
•