Closed
Bug 30478
Opened 26 years ago
Closed 26 years ago
Cell content is ignored when table contains displaced content
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: sicking, Assigned: karnaze)
References
()
Details
(Whiteboard: [TESTCASE])
Attachments
(1 file)
|
207 bytes,
text/html
|
Details |
Don't know if this is a parser or layout problem, but I'm guessing on parser
When rendering this page mozilla ignores the content of the second cell.
<HTML>
<BODY>
<TABLE BORDER=1>
<TR>
Here is some content
<TD>
<SELECT></SELECT>
</TD>
<TD>
This text should be shown!!
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
The page is rendered correctly if you remove the <select> or the "Here is some
content".
This is a simplified testcase from http://www.winamp.com where the "Here is some
content" is a transparent image and the "This text should be shown" is the
entire page content.
Tested on the 2000-03-04-16 build on Win98
| Reporter | ||
Comment 1•26 years ago
|
||
| Reporter | ||
Updated•26 years ago
|
Whiteboard: [TESTCASE]
| Reporter | ||
Comment 2•26 years ago
|
||
After thinking trough this one more time I think this is a Layout bug.
Changing component and reassining
Assignee: rickg → troy
Component: Parser → Layout
QA Contact: janc → petersen
Changing component to HTML tables
Assignee: troy → karnaze
Component: Layout → HTMLTables
QA Contact: petersen → chrisd
| Reporter | ||
Comment 4•26 years ago
|
||
This seems to work fine now (build 2000-03-11-15). Marking WORKSFORME
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•