Closed
Bug 105
Opened 27 years ago
Closed 24 years ago
nested <TABLE>s: bgcolor of inner table not recognized
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: msuencks, Assigned: nisheeth_mozilla)
Details
Created by (msuencks@marcant.de) on Tuesday, April 7, 1998 12:54:41 PM PDT
Additional Details :
The following HTML Code is not properley drawn:
<body bgcolor=white>
<table bgcolor=blue>
<tr><td>
<table bgcolor=yellow>
<tr><td>hello
</table>
</table>
</body>
Updated by Nisheeth Ranjan (nisheeth@netscape.com) on Wednesday, April 22, 1998 9:55:02 PM PDT
Additional Details :
This bug is fixed. Hopefully we'll have a public CVS repository soon and you
can update your tree to get the fix. Thanks for the bug report and the great
test case.
Updated•25 years ago
|
Component: HTML Dialogs → HTMLTables
QA Contact: chrisd
Comment 1•25 years ago
|
||
[Old bug; moving to correct component to be verified/closed out.]
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•25 years ago
|
||
Using 12/6 build, verified fixed
Comment 3•24 years ago
|
||
mid-air collision ? / bugzilla cleanup
Reopening (current State: verified and no resolution)
Status: VERIFIED → REOPENED
Comment 4•24 years ago
|
||
fixed
Status: REOPENED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 6•16 years ago
|
||
Pushed test as http://hg.mozilla.org/mozilla-central/rev/8a7dfdef31fa
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•