Closed
Bug 58263
Opened 25 years ago
Closed 24 years ago
Incremental layout of nested table wrong (Netscape Calendar Express)
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: harishd, Assigned: karnaze)
References
()
Details
(Whiteboard: [rtm-])
Filing a bug for the issue that waterson raised ( "Jiggly netscape calendar")
Load this sample ( Reload/ Shift Reload a few times - Notice the logo ):
<HTML>
<HEAD>
<BASE HREF=https://calendar-1.netscape.com>
<TITLE>Calendar Express Login</TITLE>
</HEAD><BODY>
<TABLE BORDER="1" BORDERCOLOR="#000000" BGCOLOR="#ffffff">
<TR>
<TD>
<TABLE CELLPADDING="3" CELLSPACING="0" BORDER="1">
<TR>
<TD COLSPAN="2">
<TABLE BORDER="0" WIDTH="100%">
<TR>
<TD>
<IMG src="/nscal/images/english/splash_name.gif">
</TD>
<TD>
<IMG src="/nscal/images/english/logo_small.gif" border=0>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
since this affects calendar...nominating for rtm
Keywords: rtm
My impression of the severity of the problem: the page doesn't look good, but
it's not unusable.
My impression of the cause of the problem: we're not handling incremental reflow
(cause in this case by the images loading asynchronously) inside a 3-level
nested table where the outer tables have no width specified and the inner table
has %-width specified. I think Chris has several bugs with a similar flavor.
Note to Eric and Lisa: Netcenter could work around this bug by adding width and
height information to the <IMG> tags on the page. This would be a very good
idea for them to do anyway, because it makes loading on all browsers (that I
know of) much faster.
Summary: Wrong layout → Incremental layout of nested table wrong
Comment 3•25 years ago
|
||
chrisn, greggl -- Netcenter needs to modify markup to avoid triggering this issue.
please mark this rtm- : per buster's assessment of the severity of this.
Gregg: are you responsible for this page? I see it's Calendar Express so I'm
wondering this is maintained by IS.
Comment 5•25 years ago
|
||
No, I am not responsible for this page, will ask Netscape.com programming.
added "Netscape Calendar Express" to summary to help find duplicates.
Summary: Incremental layout of nested table wrong → Incremental layout of nested table wrong (Netscape Calendar Express)
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•