Closed
Bug 229591
Opened 21 years ago
Closed 15 years ago
Rules in tables are drawn in black rather than in the text foreground color.
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bh, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5.1) Gecko/20031120
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5.1) Gecko/20031120
This page does not specify colors. My default colors are white
text on black background. The table cells print in white, but
the rule (only one in this example, but I've tried others too)
prints in black (so I can't see it unless I change my
background color).
Reproducible: Always
Steps to Reproduce:
1.In Preferences>Appearance>Colors, set background to black, foreground to white.
2.Load the URL http://www.cs.berkeley.edu/~bh/v1ch4/
3.Search for the text "actual argument"
Actual Results:
The table contents appear, but the rule that should be under the first line is
invisible because it's black-on-black.
Expected Results:
The rule should be the same color as the text.
isnt that a dupe of bug 190655
Reporter | ||
Comment 2•21 years ago
|
||
*** This bug has been marked as a duplicate of 190655 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 3•21 years ago
|
||
Bernd convinced me at first that this duplicated 190655,
but that one's about <HR> rules, and they seem to be drawn
differently from table rules. On my black background I
*can* see <HR>s, but *can't* see table rules.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
http://lxr.mozilla.org/seamonkey/source/content/html/style/src/nsHTMLStyleSheet.cpp#271
looks like an explanation for this
Status: UNCONFIRMED → NEW
Ever confirmed: true
and
http://tinderbox.mozilla.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=mozilla/content/html/style/src&command=DIFF_FRAMESET&file=nsHTMLStyleSheet.cpp&rev1=3.272&rev2=3.273&root=/cvsroot
gives a broad hint that this requires a larger rewrite (than I am able to do).
Updated•15 years ago
|
Assignee: layout.tables → nobody
QA Contact: layout.tables
fixed by bug 43178, the test case is attached there
Status: NEW → RESOLVED
Closed: 21 years ago → 15 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•