Closed
Bug 5188
Opened 26 years ago
Closed 26 years ago
layout "morphs" from good to bad; very odd
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: rickg, Assigned: karnaze)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
Chris-- I've included a snippet from messagemates.com, where the table (which is
very simple, first lays out right, then disappears. This could be yours or it
could be Kipps.
<BASE HREF="http://stuart.messagemates.com/">
<html>
<body >
<table border="0" width="550" cellpadding="0">
<tr>
<td valign="top" align="center" rowspan="2"><img
src="images/space150.gif"></TD>
<TD valign="top" align="center" colspan="2"><IMG
src="http://209.85.89.183/cgi-bin/cycle?host=h0007398&b=1" border="0"
align="center"></TD>
</TR>
<TR>
<TD valign="top" align="center" width="300">
<TABLE border="0" cellpadding="3" cellspacing="0">
<TR>
<TD width="300" colspan="2">
<IMG src="images/r_bar.gif">
</TD>
</TR>
<TR>
<TD valign="top" width="50%">New MessageMates every Week! </TD>
<TD valign="top" width="50%">MessageMates can build your company a
custom MessageMate!</TD>
</TR>
</TABLE>
</TD>
<TD valign="top" width="170">
<TABLE border="1" cellpadding="0" cellspacing="0">
<TR>
<td>cell</td>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 1•26 years ago
|
||
It looks ok on optimized 4/27/99 WinNT.
Updated•26 years ago
|
Whiteboard: Unable to bring up URL. Rickg or ChrisK. please provide URL or verify as WORKSFORME
Comment 2•26 years ago
|
||
Unable to bring up URL. Rickg or ChrisK. please provide URL or verify as
WORKSFORME. Thanks
Assignee | ||
Comment 3•26 years ago
|
||
Although the url is no longer valid, I probably used the url and Rick's test
case, so please verify against that.
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Whiteboard: Unable to bring up URL. Rickg or ChrisK. please provide URL or verify as WORKSFORME
Updated•26 years ago
|
Resolution: WORKSFORME → ---
Comment 4•26 years ago
|
||
Tested with 5/20 Apprunner. Using the snippet, when the page loads, the text in
the second row does not display. Only the image and the 'cell' in the nested
table display. Once you reload, then the document displays properly.
Reopening bug.
Updated•26 years ago
|
Whiteboard: [TESTCASE]
Comment 5•26 years ago
|
||
Created a testcase for this based on rickg's snippet. Some of the image URLs
were no good, so changed the src to point to similar images I put at
sites.netscape.net.
I see the described behavior under M7/Linux. The text *does* display initially,
but when the table is reflowed as images are loaded, the nested table in the
first column of the second row usually gets resized out of existence.
When I turned on borders in the nested table (see second testcase), it would get
truncated, but not disappear entirely.
As indicated, a reload of the page will do the right thing (perhaps because the
images were cached?).
Comment 6•26 years ago
|
||
Comment 7•26 years ago
|
||
Assignee | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 8•26 years ago
|
||
I'm not seeing the problem on WinNT debug. ChrisD, please verify on Linux per
7/1 comments.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•26 years ago
|
||
Using 8/5 Apprunner on Linux verified WORKSFORME.
You need to log in
before you can comment on or make changes to this bug.
Description
•