Closed
Bug 44851
Opened 24 years ago
Closed 23 years ago
Overflow's value can affect a table's background color [BG]
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
mozilla1.0.1
People
(Reporter: jmraker, Assigned: karnaze)
References
()
Details
(Keywords: css2, testcase, Whiteboard: [awd:tbl])
Attachments
(2 files)
Using Linux 2000070608 nightly build.
Actual Results:
The background color of a table body is ignored if overflow:none.
In the testcase http://www.mwaccess.net/~john/tc/tc20.html
The first 2 tables have overflow:auto and a red background, the 3rd one is
overflow:none with a cyan background.
Expected Results:
Overflow should not affect whether a background color is used.
Comment 1•24 years ago
|
||
Confirmed on Linux 2000070608. Going to attach reporter's test case.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Forgot to CC: myself. Sorry for the spam.
Comment 4•24 years ago
|
||
over to style system
Assignee: asa → pierre
Component: Browser-General → Style System
QA Contact: doronr → ckritzer
Comment 5•24 years ago
|
||
Comment 6•24 years ago
|
||
The style data is correct. My guess is that either the table cell frame is doing
the wrong thing and the (auto|scroll) cases work because they use a scroll
frame.
Over to tables for deeper analysis.
Assignee: pierre → karnaze
Keywords: css2
Summary: css2, Overflow's value can affect a table's background color → Overflow's value can affect a table's background color
Updated•24 years ago
|
Summary: Overflow's value can affect a table's background color → Overflow's value can affect a table's background color [BG]
Assignee | ||
Comment 7•24 years ago
|
||
Moving to m1.0.1.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0.1
Comment 9•24 years ago
|
||
QA->amar, this is a tables bug
Component: Style System → HTMLTables
QA Contact: ian → amar
Reporter | ||
Comment 10•23 years ago
|
||
I'm marking this bug WORKS FOR ME.
The backgrounds of the testcases are ok, but a few borders render oddly and
change when clicking on the table cells. If that's background related, then
re-open.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•