Closed
Bug 1266
Opened 26 years ago
Closed 26 years ago
[PP]hang in network or parser code with IFRAME
Categories
(Core :: DOM: HTML Parser, defect, P1)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: buster, Assigned: vidur)
References
()
Details
There are a fair number of pages that exhibit this bug, many on the netscape
site.
The block that includes "xxHoliday Survivalxxxxx" in the test case below is
reporting a maxElementSize of (1170,0) and a desired size of (2160,1440).
When later given 1170 available width, the block is returning a desired width of
2160. A warning is printed out by the table code in response to this, and the
offending block is clipped at 1170 (it's reported min width.) Also note that
the min hieght is wrong.
I've inclucded a somewhat minimized test case below.
<BASE HREF="http://www.netscape.com/family/">
<HTML>
<BODY BGCOLOR="#FFFFFF" LINK="000099" VLINK="#660099" ALINK="#CC0033"
TEXT="#000000">
<TABLE WIDTH=442 CELLPADDING=0 CELLSPACING=0 BORDER=0 bgcolor=lightgrey>
<TR>
<TD WIDTH=144 ALIGN=LEFT VALIGN=TOP bgcolor=yellow>
<TABLE WIDTH=100% CELLPADDING=0 CELLSPACING=0 BORDER=0 bgcolor=mauve>
<TR>
<TD BGCOLOR="#FFFFCC" WIDTH=3 bgcolor=orange> </TD>
<TD WIDTH=141 bgcolor=pink>
<FONT FACE="sans-serif,Arial,Helvetica"
SIZE=2><B>KidZonexxx</B><BR><BR><B>Features</B><BR>
xxHoliday Survivalxxxxx<BR><BR><B>Families</B><BR><FONT SIZE=1>
</TD>
</TR>
</TABLE>
</TD>
<TD WIDTH=448 VALIGN=TOP ALIGN=LEFT bgcolor=aqua>
<HR ALIGN=LEFT WIDTH=296>
</TD>
</TR>
</TABLE>
</BODY></HTML>
This one is your bug. I changed the test to this (eliminating all of the text
and the BR's and so on). Notice that I left the table constrained identically to
the original table.
<HTML>
<BODY>
<TABLE width=442 cellpadding=0 cellspacing=0 border=0>
<TR>
<TD width=144>
<TABLE width=100% cellpadding=0 cellspacing=0 border=0>
<TR>
<TD width=3> </TD>
<TD width=141>
<IMG SRC="bluedot.gif" width=141 height=1>
</TD>
</TR>
</TABLE>
</TD>
<TD width=448>
<IMG SRC="bluedot.gif" width=296 height=1>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
I added some skid marks to the block code to see whats going on and see this:
*Block<TD>(0)@01260870: max-element-size:0,0 desired:0,0
*Block<TD>(1)@0121BDE0: max-element-size:1692,264 desired:1692,264
*Block<TD>(0)@01260870: max-element-size:0,0 desired:36,0
*Block<TD>(1)@0121BDE0: max-element-size:1692,12 desired:1692,12
*Block<TD>(0)@0122FC90: max-element-size:1692,0 desired:1728,12
*Block<TD>(1)@0124B280: max-element-size:3552,264 desired:3552,264
WARNING: cell Body<TD>(0)@01229370 content returned desired width 1728 given
avail width 1692
The cell that's being complained about is the first *outer* table cell, not one
of the inner ones. What I think is happening is that your inner table cell is
returning the wrong max-element-size as is evidenced by this line of output:
*Block<TD>(0)@0122FC90: max-element-size:1692,0 desired:1728,12
I claim that the max-element-size for that block should be 1728.
Assignee: buster → rickg
Severity: major → critical
Status: ASSIGNED → NEW
Component: Layout → Parser
Priority: P2 → P1
Summary: line break not happening where it should, maxElementSize wrong? → hang in network or parser code with IFRAME
I believe all the table bugs on this page are fixed. The lone remaining bug is
a hang in the parser or network code. I believe Rick G. knows something about
this, so I'm assigning it to him. If you remove the IFRAMES (which all have a
reference to adforce) from the source page, the page loads correctly.
I've included the page source below in case the page changes.
=========================================================================
<BASE HREF="http://www.netscape.com/family/">
<HTML>
<HEAD>
<TITLE>Kids & Family</TITLE>
<script>
<!--
function validateMeaning() {
if( document.meaningForm.meaning.value.length == 0 ) {
alert( "Please enter a meaning to look up." );
return false;
}
return true;
}
// -->
</script>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="000099" VLINK="#660099" ALINK="#CC0033"
TEXT="#000000">
<SCRIPT LANGUAGE="javascript">
<!--
if ((navigator.appName == "Netscape") &&
(navigator.appVersion.substring(0,1) == "3")) {
for(i=0; i<25000; i++)
document.write('');
}
//-->
</SCRIPT>
<!-- BAN_NAV:START:TOP -->
<CENTER>
<!-- Netscape Logo & GLOBAL UTILITY -->
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=600>
<TR>
<TD ROWSPAN=2 WIDTH=135 HEIGHT=35 VALIGN="TOP">
<!-- Netscape lockup image and link go in this cell -->
<!-- E1:START:NSCP_LOCKUP --><A HREF="/index.html"><IMG
SRC="/images/nnc_lockup.gif" ALT="Netscape Netcenter" WIDTH=123 HEIGHT=33
BORDER=0></A><!-- E1:END:NSCP_LOCKUP --></TD> <TD WIDTH=465 BGCOLOR="#99CCCC"
HEIGHT=17 ALIGN="RIGHT" VALIGN="middle">
<!-- Netscape Global Utilities Bar belongs in this cell-->
<FONT FACE="sans-serif, Arial, Helvetica" SIZE="2"><!-- E2:START:GLOBAL_UTILITY
--><A TARGET="_top"
HREF="http://home.netscape.com/misc/nav_redir/netsearch.html">Net Search</A
> | <A TARGET="_top"
HREF="http://home.netscape.com/misc/nav_redir/webmail.html">WebMail</A> &nb
sp;| <A TARGET="_top"
HREF="http://home.netscape.com/misc/nav_redir/personalize.html">My
Netscape</A> | <A TARGET="_top"
HREF="http://home.netscape.com/misc/nav_redir/members.html">Members</A> &nb
sp;| <A TARGET="_top"
HREF="http://home.netscape.com/misc/nav_redir/download.html">Download</A>
<!-- E2:END:GLOBAL_UTILITY --></FONT></TD></TR>
<!-- Blank cells for spacing: do not remove -->
<TR> <TD HEIGHT=20></TD> </TR>
</TABLE>
<!-- AD -->
<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=600>
<TR>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- AD CEll -->
<IFRAME WIDTH=468 HEIGHT=60 NORESIZE SCROLLING=No FRAMEBORDER=0 MARGINHEIGHT=0
MARGINWIDTH=0
SRC="http://adforce.imgis.com/?adiframe|2.0|9|9077|1|1|IMGIS;">
<A
href="http://adforce.imgis.com/?adlink|9|9077|1|1|misc=912495926;AdId=30094;BnId
=1;IMGIS;loc=400;" TARGET=_top><IMG
SRC="http://imageserv.imgis.com/images/Ad30094St1Sz1Sq1Id1.gif" NAME=imgisad
BORDER=0 ALT='The most popular stars models and celebrities at 100hot.com'
WIDTH=468 HEIGHT=60></A>
</IFRAME>
<BR><A href="http://adforce.imgis.com/?adlink|2.0|9|9077|1|1|IMGIS;loc=100;"
target=_top><B>Click Here!</B></A>
</TD>
</TR>
</TABLE>
<TABLE BORDER=0 WIDTH=600 CELLSPACING=0 CELLPADDING=0>
<TR> <TD ALIGN="CENTER"><HR WIDTH=600 NOSHADE SIZE=1></TD></TR>
<TR VALIGN="TOP">
<TD ALIGN="LEFT"><FONT FACE="sans-serif, Arial, Helvetica" SIZE="2"
COLOR="#CC0033">You are here:</FONT> <FONT FACE="sans-serif, Arial, Helvetica"
SIZE="2"><A HREF="/index.html">Home</A> > Kids & Family</FONT></TD>
</TR>
</TABLE>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=600>
<TR VALIGN="BOTTOM">
<TD><FONT FACE="sans-serif, Arial, Helvetica" SIZE="5"><B>Kids &
Family</B></FONT></TD>
<TD ALIGN="RIGHT"></TD>
</TR>
<TR><TD HEIGHT=2></TD></TR>
</TABLE>
</CENTER>
<CENTER>
<TABLE BGCOLOR="#CCCCCC" WIDTH=600 CELLPADDING=0 CELLSPACING=0 BORDER=0>
<TR>
<TD BGCOLOR="#CCCCCC"WIDTH=200 ALIGN="left"><FONT
FACE="sans-serif, Arial, Helvetica" SIZE=2>
<IFRAME WIDTH=194 HEIGHT=15 NORESIZE SCROLLING=No FRAMEBORDER=0 MARGINHEIGHT=0
MARGINWIDTH=0
SRC="http://adforce.imgis.com/?adiframe|2.0|9|12408|1|37|IMGIS;">
<TABLE WIDTH =194 CELLPADDING=0 CELLSPACING=0 BORDER=0><TR><TD BGCOLOR="#CCCCCC"
WIDTH=194 HEIGHT=15 ALIGN="center"><FONT FACE="sans-serif, Arial, Helvetica"
SIZE=2><A
href="http://adforce.imgis.com/?adlink|9|12408|1|37|link=http://www.nextcard.com
/index.html?ref=LtensprL13">Double Rew@rds Points Visa!</A></TD></TR></TABLE>
</IFRAME></FONT></TD>
<TD BGCOLOR="#CCCCCC" WIDTH=200 ALIGN="center"><FONT
FACE="sans-serif, Arial, Helvetica" SIZE=2>
<IFRAME WIDTH=194 HEIGHT=15 NORESIZE SCROLLING=No FRAMEBORDER=0 MARGINHEIGHT=0
MARGINWIDTH=0
SRC="http://adforce.imgis.com/?adiframe|2.0|9|12409|1|37|IMGIS;">
<TABLE WIDTH=194 CELLPADDING=0 CELLSPACING=0 BORDER=0><TR><TD BGCOLOR="#CCCCCC"
WIDTH=194 HEIGHT=15 ALIGN="center"><FONT FACE="sans-serif, Arial, Helvetica"
SIZE=2><A
href="http://adforce.imgis.com/?adlink|9|12409|1|37|link=http://www.nissan-usa.c
om/quest4fun/sweepfr.html">Win a lease on a Nissan Quest</A></TD></TR></TABLE>
</IFRAME></FONT></TD>
<TD BGCOLOR="#CCCCCC" WIDTH=200 ALIGN="right"><FONT
FACE="sans-serif, Arial, Helvetica" SIZE=2>
</FONT><IFRAME WIDTH=194 HEIGHT=15 NORESIZE SCROLLING=No
FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0
SRC="http://adforce.imgis.com/?adiframe|2.0|9|12410|1|37|IMGIS;">
<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0><TD BGCOLOR="#CCCCCC" WIDTH=194
HEIGHT=15 ALIGN="center"><FONT FACE="sans-serif, Arial, Helvetica" SIZE=2><A
href=http://adforce.imgis.com/?adlink|9|12410|1|37|link=http://home.netscape.com
/travel/index.html?cp=hom07cvtr >Book Your Family Vacation</A></TD></TABLE>
</IFRAME></TD>
</TR>
<TR><TD COLSPAN=5 HEIGHT=3></TD></TR>
</TABLE>
<TABLE WIDTH=600 CELLPADDING=0 CELLSPACING=0 BORDER=0>
<TR>
<TD WIDTH=144 ALIGN=LEFT VALIGN=TOP>
<TABLE WIDTH=100% CELLPADDING=0 CELLSPACING=0 BORDER=0>
<TR><TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC"
WIDTH=141><TABLE BORDER=0 WIDTH=100% BGCOLOR="#99CCCC" CELLPADDING=0
CELLSPACING=0><TR><TD BGCOLOR="#99CCCC" VALIGN=MIDDLE ALIGN=LEFT><FONT
FACE="sans-serif,Arial,Helvetica"
SIZE=2><B>Departments</B></FONT></TD></TR></TABLE></TD></TR>
<TR><TD BGCOLOR="#FFFFCC" WIDTH=3> </TD><TD WIDTH=141><TABLE WIDTH=100%
BORDER=0 BGCOLOR="#FFFFCC" CELLPADDING=0 CELLSPACING=0><TR><TD VALIGN=MIDDLE
ALIGN=LEFT><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2>
<B><A
HREF="http://home.netscape.com/kids/index.html?cp=kfmdepart">KidZone</A></B><BR>
<BR>
<B>Features</B><BR>
<FONT SIZE=1>
<A
HREF="http://info.netscape.com/fwd/kfmdepart/http://women.netscape.com/family/ho
liday/">Holiday Survival</A><BR>
<A
HREF="http://info.netscape.com/fwd/kfmdepart/http://home.netscape.com/holiday/pr
omo.html">Enter to win $25,000</A><BR>
<A
HREF="http://info.netscape.com/fwd/kfmdepart/http://home.netscape.com/holiday/in
dex.html">Netcenter Holiday Guide</A></FONT><BR><BR>
<B>Families</B><BR>
<FONT SIZE=1>
<A
HREF="http://info.netscape.com/fwd/kfmdepart/http://women.netscape.com/family/ki
dsmenu/weekfour/">Family Eats</A><BR>
<A
HREF="http://info.netscape.com/fwd/kfmdepart/http://women.netscape.com/family/re
medies">Healthy Ideas</A><BR>
<A
HREF="http://info.netscape.com/fwd/kfmdepart/http://ctw.netscape.com/family/ntc/
netfam/0,1816,,00.html">Networked Family</A><BR>
<A
HREF="http://info.netscape.com/fwd/kfmdepart/http://ctw.netscape.com/family/ntc/
picks/1,1850,,00.html">Product Picks</A><BR>
<A
HREF="http://info.netscape.com/fwd/kfmdepart/http://women.netscape.com/family/te
acher/d1116.adv.html">School Success</A><BR>
<A
HREF="http://info.netscape.com/fwd/kfmdepart/http://senior.netscape.com/">Senior
Center</A><BR>
<A
HREF="http://info.netscape.com/fwd/kfmdepart/http://women.netscape.com/family/tv
quiz">Serious Fun</A></FONT><BR><BR>
<A
HREF="http://info.netscape.com/fwd/kfmdepart/http://babycenter.netscape.com/netc
enter/baby"><B>Babies</B></A><BR>
<FONT SIZE=1><A
HREF="http://info.netscape.com/fwd/kfmdepart/http://babycenter.netscape.com/netc
enter/pregnancy">Pregnancy</A></FONT><BR><BR>
<B><A
HREF="http://info.netscape.com/fwd/kfmdepart/http://askjeeves.netscape.com/ajfam
ily/">Just Ask</A></B><BR><BR>
<A
HREF="http://info.netscape.com/fwd/kfmdepart/http://excite.netscape.com/shopping
/books"><B>Books</B></A><BR>
<A
HREF="http://info.netscape.com/fwd/kfmdepart/http://www.musicblvd.com/cgi-bin/tw
/1376138908224065_20_chi^S&FS=NETCENTER"><B>Music</B></A><BR>
<A
HREF="http://info.netscape.com/fwd/kfmdepart/http://software-depot.netscape.com/
family/"><B>Software</B></A><BR>
</FONT>
</TD></TR></TABLE></TD></TR>
<TR><TD COLSPAN=2 HEIGHT=6></TD></TR>
<TR><TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC" WIDTH=141><TABLE
BORDER=0 WIDTH=100% BGCOLOR="#99CCCC" CELLPADDING=0 CELLSPACING=0><TR><TD
BGCOLOR="#99CCCC" VALIGN=MIDDLE ALIGN=LEFT><FONT
FACE="sans-serif,Arial,Helvetica" SIZE=2><B>Free eMagazines<BR><FONT
SIZE=1></FONT></B></FONT></TD></TR></TABLE></TD></TR>
<TR><TD BGCOLOR="#FFFFCC" WIDTH=3> </TD><TD WIDTH=141><TABLE WIDTH=100%
BORDER=0 BGCOLOR="#FFFFCC" CELLPADDING=0 CELLSPACING=0><TR><TD VALIGN=MIDDLE
ALIGN=LEFT><FONT FACE="sans-serif,Arial,Helvetica" SIZE=1>
Get the best publications on the web delivered free from <A
HREF="http://home.netscape.com/ibd/index.html?cp=kfminboxd">In-Box Direct</A><P>
<MAP name="kids_ibd">
<AREA SHAPE="rect" COORDS="1,17,48,28"
HREF="http://form.netscape.com/subbroker/cgi-bin/subbroker.cgi?SERVICE=IBD|ACTIO
N=ADD|OBJ=INC111&SUB_ENDURL=http://home.netscape.com/ibd/family_thanks.html?cp=k
fminbox1">
<AREA SHAPE="rect" COORDS="55,17,95,29"
HREF="http://home.netscape.com/ibd/kids.html?cp=kfminboxd">
<AREA SHAPE="rect" COORDS="1,51,48,62"
HREF="http://form.netscape.com/subbroker/cgi-bin/subbroker.cgi?SERVICE=IBD|ACTIO
N=ADD|OBJ=INC104&SUB_ENDURL=http://home.netscape.com/ibd/family_thanks.html?cp=k
fminbox2">
<AREA SHAPE="rect" COORDS="55,50,95,62"
HREF="http://home.netscape.com/ibd/kids.html#women?cp=kfminboxd">
<AREA SHAPE="rect" COORDS="1,96,48,107"
HREF="http://form.netscape.com/subbroker/cgi-bin/subbroker.cgi?SERVICE=IBD|ACTIO
N=ADD|OBJ=INC142&SUB_ENDURL=http://home.netscape.com/ibd/family_thanks.html?cp=k
fminbox3">
<AREA SHAPE="rect" COORDS="55,96,95,106"
HREF="http://home.netscape.com/ibd/kids.html?cp=kfminboxd">
<AREA shape="default" nohref></MAP>
<A HREF="/family/images/kids_ibd.map"><IMG SRC="/family/images/kids_ibd.gif"
BORDER=0 usemap="#kids_ibd" ISMAP></A>
<P>
More <A HREF="http://home.netscape.com/ibd/kids.html?cp=kfminboxd">related
eMagazines</A>
<BR>
</FONT>
</TD></TR></TABLE></TD></TR>
<TR><TD COLSPAN=2 HEIGHT=6></TD></TR>
<TR><TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC" WIDTH=141><TABLE
BORDER=0 WIDTH=100% BGCOLOR="#99CCCC" CELLPADDING=0 CELLSPACING=0><TR><TD
BGCOLOR="#99CCCC" VALIGN=MIDDLE ALIGN=LEFT><FONT
FACE="sans-serif,Arial,Helvetica" SIZE=2><A
HREF="http://info.netscape.com/fwd/kfmwebdir/http://excite.netscape.com/director
y/kids_and_family"><B>Family
Directory</B></A></FONT></TD></TR></TABLE></TD></TR>
<TR><TD BGCOLOR="#FFFFCC" WIDTH=3> </TD><TD WIDTH=141><TABLE WIDTH=100%
BORDER=0 BGCOLOR="#FFFFCC" CELLPADDING=0 CELLSPACING=0><TR><TD VALIGN=MIDDLE
ALIGN=LEFT><FONT FACE="sans-serif,Arial,Helvetica" SIZE=1>
<IMG SRC="/netcenter/images/excite.gif" WIDTH=71 HEIGHT=22
BORDER=0><BR>
<A
HREF="http://info.netscape.com/fwd/kfmwebdir/http://excite.netscape.com/director
y/kids_and_family/genealogy">Genealogy</A><BR>
<A
HREF="http://info.netscape.com/fwd/kfmwebdir/http://excite.netscape.com/director
y/kids_and_family/hobbies">Hobbies</A><BR>
<A
HREF="http://info.netscape.com/fwd/kfmwebdir/http://excite.netscape.com/director
y/kids_and_family/magazines">Magazines</A><BR>
<A
HREF="http://info.netscape.com/fwd/kfmwebdir/http://excite.netscape.com/director
y/kids_and_family/pets">Pets</A><BR>
<A
HREF="http://info.netscape.com/fwd/kfmwebdir/http://excite.netscape.com/director
y/kids_and_family/support_groups">Support Groups</A><BR>
<A
HREF="http://info.netscape.com/fwd/kfmwebdir/http://excite.netscape.com/director
y/kids_and_family/teens">Teens</A><BR>
</FONT>
</TD></TR></TABLE></TD></TR>
<TR><TD COLSPAN=2 HEIGHT=6></TD></TR>
<TR><TD WIDTH=3> </TD><TD WIDTH=141><TABLE BORDER=0 WIDTH=100% CELLPADDING=0
CELLSPACING=0>
<TR><TD VALIGN=MIDDLE ALIGN=LEFT><FONT FACE="sans-serif,Arial,Helvetica"
SIZE=2><A
HREF="mailto:familyfeedback@netscape.com">Tell us</A> how we can improve this
site.<BR> </FONT></TD></TR></TABLE></TD></TR>
<TR><TD COLSPAN=2 HEIGHT=6></TD></TR>
</TABLE>
</TD>
<TD WIDTH=6> </TD>
<TD COLSPAN=4 WIDTH=448 VALIGN=TOP ALIGN=LEFT>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH=100%>
<TR>
<TD COLSPAN=2 WIDTH=296 ALIGN=LEFT VALIGN=TOP>
<TABLE WIDTH=296 CELLPADDING=0 CELLSPACING=0 BORDER=0>
<TR><TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC"
WIDTH=293><TABLE BORDER=0 WIDTH=100% BGCOLOR="#99CCCC" CELLPADDING=0
CELLSPACING=0><TR><TD BGCOLOR="#99CCCC" VALIGN=MIDDLE ALIGN=LEFT><TABLE BORDER=0
CELLSPACING=0 CELLPADDING=0 WIDTH=100%><TR><TD VALIGN=TOP ALIGN=LEFT><FONT
FACE="sans-serif,Arial,Helvetica" SIZE=2><B>Tools for Everyday Life</B></TD><TD
VALIGN=TOP ALIGN=RIGHT><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><B>by
Women.com</B></TD></TR></TABLE></TD></TR></TABLE></TD></TR>
<TR><TD WIDTH=3> </TD><TD WIDTH=293><TABLE WIDTH=100% BORDER=0
CELLPADDING=0 CELLSPACING=0>
<CENTER><IMG SRC="/family/images/family.gif" HEIGHT=53 WIDTH=290
BORDER=0></CENTER>
<TR><TD COLSPAN=2 VALIGN=TOP ALIGN=LEFT><FONT FACE="sans-serif,Arial,Helvetica"
SIZE=2>
<IMG SRC="/family/images/gifts4kids.gif" HEIGHT=24 WIDTH=143 VSPACE=3><BR>
<IMG SRC="/family/images/present.gif" HEIGHT=45 WIDTH=45 ALIGN=LEFT VSPACE=2
HSPACE=2><A
HREF="http://info.netscape.com/fwd/kfmtooldy/http://women.netscape.com/family/gr
eatgifts/"><B>Great Gifts for Kids</B></A><BR>
The top toy & software of 1998.</FONT>
</TD></TR>
<TR><TD COLSPAN=2 VALIGN=TOP ALIGN=LEFT HEIGHT=5></TD></TR>
<TR><TD COLSPAN=2 VALIGN=TOP ALIGN=LEFT><FONT FACE="sans-serif,Arial,Helvetica"
SIZE=2>
<IMG SRC="/family/images/running.jpg" HEIGHT=45 WIDTH=45 ALIGN=LEFT VSPACE=2
HSPACE=2><A
HREF="http://info.netscape.com/fwd/kfmtooldy/http://women.netscape.com/family/st
ayfit/weektwo.html"><B>Stay Fit: Week 2</B></A><BR>
Find it hard to fit in exercise? Try this 20-minute workout.
</FONT>
</TD></TR>
<TR><TD COLSPAN=2 VALIGN=TOP ALIGN=LEFT HEIGHT=5></TD></TR>
<TR><TD COLSPAN=2 VALIGN=TOP ALIGN=LEFT><FONT FACE="sans-serif,Arial,Helvetica"
SIZE=2>
<IMG SRC="/family/images/popsicle.gif" HEIGHT=40 WIDTH=27 ALIGN=LEFT>
<A
HREF="http://info.netscape.com/fwd/kfmtooldy/http://women.netscape.com/family/ki
dsmenu/weekfour/"><B>Heat-and-Eat Meals</B></A><BR>
Kid-friendly meals you can prepare in advance. <A
HREF="http://info.netscape.com/fwd/kfmtooldy/http://women.netscape.com/family/ki
dsmenu/weekfour/"><FONT SIZE=1>M | T | W | Th | F </FONT></A></FONT></TD></TR>
<TR><TD COLSPAN=2 VALIGN=TOP ALIGN=LEFT HEIGHT=7></TD></TR>
<TR><TD COLSPAN=2 VALIGN=TOP ALIGN=LEFT><IMG
SRC="/family/images/advice1.gif" WIDTH=289 HEIGHT=17 VSPACE=2 HSPACE=2
ALIGN=MIDDLE></TD></TR>
<TR><TD COLSPAN=2 VALIGN=TOP ALIGN=LEFT>
<FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><A
HREF="http://info.netscape.com/fwd/kfmtooldy/http://women.netscape.com/family/mo
mmd/980515.mom.html"><B>Ask Mom, M.D.</B></A><BR>
Which foods cause hyperactivity and which foods reduce it? <A
HREF="http://info.netscape.com/fwd/kfmtooldy/http://women.netscape.com/family/mo
mmd/980515.mom.html">answer</A></FONT></TD></TR>
<TR><TD COLSPAN=2 VALIGN=TOP ALIGN=LEFT> <BR><FONT
FACE="sans-serif,Arial,Helvetica" SIZE=2>
<A
HREF="http://info.netscape.com/fwd/kfmtooldy/http://women.netscape.com/family/te
acher/d1116.adv.html"><B>Ask the Teacher</B></A><BR>
How can I motivate my child to do her homework on her own (without my constant
nagging)?<BR><A
HREF="http://info.netscape.com/fwd/kfmtooldy/http://women.netscape.com/family/te
acher/d1116.adv.html">answer</A></FONT><BR>
<IMG SRC="/family/images/advice2.gif" WIDTH=289 HEIGHT=4 VSPACE=2 HSPACE=2
ALIGN=MIDDLE>
</TD></TR>
<TR><TD COLSPAN=2 HEIGHT=8></TD></TR>
<TR><TD COLSPAN=2>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=5>
<TR><TD>
<FONT FACE="sans-serif,Arial,Helvetica" SIZE=2>
<A
HREF="http://info.netscape.com/fwd/kfmtooldy/http://women.netscape.com/family/ad
vice/seymour.html"><B>Jane Seymour</B></A><BR>
<IMG SRC="/family/images/janeseymour.jpg" HEIGHT=45 WIDTH=45 ALIGN=LEFT>From
medicine woman to miracle mom.</FONT>
</TD>
<TD VALIGN=TOP ALIGN=LEFT><FONT
FACE="sans-serif,Arial,Helvetica" SIZE=2>
<A
HREF="http://info.netscape.com/fwd/kfmtooldy/http://women.netscape.com/family/re
medies"><B>Home Remedies</B></A><BR>
<IMG SRC="/family/images/A_Z.gif" HEIGHT=29 WIDTH=46
ALIGN=LEFT>Safe, effective treatments for kids' health problems.<BR>
</FONT>
</TD></TR></TABLE>
</TD></TR>
<TR><TD COLSPAN=2 HEIGHT=6></TD></TR>
<TR><TD COLSPAN=2><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><FONT
COLOR="#000099"><B>Coming Soon</B></FONT>:<BR>Holiday menus, stress tips &
homemade gift ideas.</FONT></TD></TR>
</TABLE>
</TD></TR></TABLE>
</TD></TR>
<TR><TD HEIGHT=6></TD></TR>
<TR><TD BGCOLOR="#FFFFCC" WIDTH=3> </TD><TD BGCOLOR="#FFFFCC"
WIDTH=293><TABLE BORDER=0 WIDTH=100% BGCOLOR="#FFFFCC" CELLPADDING=3
CELLSPACING=0>
<TR><TD WIDTH=7> </TD><TD VALIGN=TOP ALIGN=LEFT><IMG
SRC="/family/images/justask.gif" WIDTH=72 HEIGHT=25> <BR><FONT
FACE="sans-serif,Arial,Helvetica" SIZE=1>by AskJeeves</FONT></TD><TD VALIGN=TOP
ALIGN=LEFT><FONT COLOR="#000099"SIZE=-1>The fast, fun, and safe way to find
answers on the web.</FONT></TD></TR>
<TR><TD WIDTH=7> </TD><TD COLSPAN=2 VALIGN=TOP ALIGN=LEFT><FONT
FACE="sans-serif,Arial,Helvetica" SIZE=1><B>Type a question and click
Ask!</B><BR>For example: Where can I buy appliances online?</FONT><BR><FORM
action="http://info.netscape.com/fwd/kfmjusask/http://askjeeves.netscape.com/ajf
amily/JustAsk.asp" method="GET">
<INPUT type="text" size="28" maxlength="200" name="ask" value="">
<INPUT TYPE=IMAGE SRC="/family/images/ask.gif" WIDTH=30 HEIGHT=18 BORDER=0
VALIGN=MIDDLE></FORM></TD></TR>
</TABLE>
</TD></TR>
<TR><TD HEIGHT=6></TD></TR>
</TABLE>
</TD>
<TD ROWSPAN=2 WIDTH=8> </TD>
<TD WIDTH=144 ALIGN=LEFT VALIGN=TOP>
<TABLE WIDTH=100% CELLPADDING=0 CELLSPACING=0 BORDER=0>
<TR><TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC"
WIDTH=141><TABLE BORDER=0 WIDTH=100% BGCOLOR="#99CCCC" CELLPADDING=0
CELLSPACING=0><TR><TD COLSPAN=2 BGCOLOR="#99CCCC" VALIGN=MIDDLE ALIGN=LEFT><FONT
FACE="sans-serif,Arial,Helvetica" SIZE=2><B>Product
Reviews</B></FONT></TD></TR></TABLE></TD></TR>
<TR><TD BGCOLOR="#FFFFFF" WIDTH=3> </TD><TD BGCOLOR="#FFFFFF" WIDTH=141
ALIGN=RIGHT><FONT FACE="sans-serif,Arial,Helvetica" SIZE=1>by
CTW</FONT></TD></TR>
<TR><TD BGCOLOR="#FFFFFF" WIDTH=3> </TD><TD VALIGN=BOTTOM ALIGN=LEFT
BGCOLOR="#FFFFFF" WIDTH=141>
<FORM METHOD=get
ACTION="http://info.netscape.com/fwd/kfmpropic/http://ctw.netscape.com/family/nt
c/picks/1,1850,,00.html">
<IMG SRC="/family/images/pat.gif" ALIGN=LEFT><FONT SIZE=2
FACE="sans-serif,Arial,Helvetica"><I>Sesame Street Parents</I> and <I>Parents'
Choice</I> review the best books, toys, and software.</FONT>
<BR>
<SELECT name=type>
<OPTION value="">Choose Category
<OPTION value="1">Audio
<OPTION value="2">Books
<OPTION value="3">Home Videos
<OPTION value="4">Magazines
<OPTION value="5">Software
<OPTION value="6">TV Programs
<OPTION value="7">Toys
<OPTION value="8">Video Games
</SELECT> <INPUT TYPE=submit value="Go!" name="submitted"></TD></FORM></TR>
<TR><TD HEIGHT=6></TD></TR>
<TR><TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD ALIGN=LEFT VALIGN=TOP
BGCOLOR="#99CCCC" WIDTH=141><TABLE BORDER=0 WIDTH=100% BGCOLOR="#99CCCC"
CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=2 BGCOLOR="#99CCCC" VALIGN=MIDDLE
ALIGN=LEFT><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><B>Baby
Naming</B></FONT></TD></TR></TABLE></TD></TR>
<TR><TD BGCOLOR="#FFFFFF" WIDTH=3> </TD><TD BGCOLOR="#FFFFFF" WIDTH=141
ALIGN=RIGHT><FONT FACE="sans-serif,Arial,Helvetica" SIZE=1>by
BabyCenter</FONT></TD></TR>
<TR><TD ALIGN=LEFT BGCOLOR="#FFFFFF" WIDTH=3> </TD><TD WIDTH=141 ALIGN=LEFT
VALIGN=TOP><TABLE WIDTH=100% BORDER=0 BGCOLOR="#FFFFFF" CELLPADDING=0
CELLSPACING=0>
<TR><TD VALIGN=TOP ALIGN=LEFT>
<FORM name=meaningForm method=get
action="http://info.netscape.com/fwd/kfmbabynm/http://babycenter.netscape.com/li
ve/ncbabyname.html">
<FONT SIZE=2 FACE="sans-serif,Arial,Helvetica">Enter a favorite baby name or
your name to find out what it means.</FONT>
<INPUT type=text size="16" name=start>
<INPUT type="submit" value="Go!"
value="Submit"></TD></FORM></TR></TABLE></TD></TR>
<TR><TD HEIGHT=6></TD></TR>
<TR><TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD ALIGN=LEFT VALIGN=TOP
BGCOLOR="#99CCCC" WIDTH=141><TABLE BORDER=0 WIDTH=100% BGCOLOR="#99CCCC"
CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=2 BGCOLOR="#99CCCC" VALIGN=MIDDLE
ALIGN=LEFT><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><B>Senior
Center</B></FONT></TD></TR></TABLE></TD></TR>
<TR><TD BGCOLOR="#FFFFFF" WIDTH=3> </TD><TD BGCOLOR="#FFFFFF" WIDTH=141
ALIGN=RIGHT><FONT FACE="sans-serif,Arial,Helvetica" SIZE=1>by
Senior.com</FONT></TD></TR>
<TR>
<FORM ACTION="http://netscape.senior.com/menu.htm" METHOD="POST">
<TD BGCOLOR="#FFFFFF" WIDTH=3> </TD><TD BGCOLOR="#FFFFFF" WIDTH=141 ALIGN=LEFT>
<IMG SRC="/family/images/sc.gif" ALIGN=LEFT><FONT SIZE=2
FACE="sans-serif,Arial,Helvetica">How to invest, where to cruise, and ways to
stay healthy through your golden years.</FONT><BR>
<SELECT name="fchoice" size="1">
<OPTION value="index">Select a Section</OPTION>
<OPTION value="index">Senior Center
<OPTION value="employment">Employment</OPTION>
<OPTION value="entertainment">Entertainment</OPTION>
<OPTION value="health">Health</OPTION>
<OPTION value="homelife">Homelife</OPTION>
<OPTION value="moneymatters">Money Matters</OPTION>
<OPTION value="travel">Travel</OPTION>
</SELECT>
<INPUT TYPE="Submit" VALUE="Go">
</TD></FORM></TR>
<TR><TD HEIGHT=6></TD></TR>
<TR><TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC" WIDTH=141><TABLE
BORDER=0 WIDTH=100% BGCOLOR="#99CCCC" CELLPADDING=0 CELLSPACING=0><TR><TD
BGCOLOR="#99CCCC" VALIGN=MIDDLE ALIGN=LEFT><FONT
FACE="sans-serif,Arial,Helvetica" SIZE=2><B>Networked
Family</B></FONT></TD></TR></TABLE></TD></TR>
<TR><TD BGCOLOR="#FFFFFF" WIDTH=3> </TD><TD BGCOLOR="#FFFFFF" WIDTH=141
ALIGN=RIGHT>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=100%>
<TR><TD BGCOLOR="#FFFFFF" WIDTH=3> </TD><TD BGCOLOR="#FFFFFF" WIDTH=141
ALIGN=RIGHT><FONT FACE="sans-serif,Arial,Helvetica" SIZE=1>by
CTW</FONT></TD></TR>
<TR><TD BGCOLOR="#FFFFFF" WIDTH=3> </TD><TD BGCOLOR="#FFFFFF" WIDTH=141
ALIGN=LEFT><A
HREF="http://info.netscape.com/fwd/kfmntwfam/http://ctw.netscape.com/family/ntc/
netfam/0,1816,,00.html"><IMG SRC="/family/images/netfam.gif" WIDTH=34 HEIGHT=40
ALIGN=LEFT BORDER=0></A><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><A
HREF="http://info.netscape.com/fwd/kfmntwfam/http://ctw.netscape.com/family/ntc/
netfam/0,1816,,00.html">Get Net-savvy</A> with friendly Tech Tips for parents,
Site-Seeing Safaris for kids, and reviews of sites for the whole
family.</TD></TR>
<TR><TD HEIGHT=6></TD></TR>
<TR><TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC" WIDTH=141><TABLE
BORDER=0 WIDTH=100% BGCOLOR="#99CCCC" CELLPADDING=0 CELLSPACING=0><TR><TD
BGCOLOR="#99CCCC" VALIGN=MIDDLE ALIGN=LEFT><FONT
FACE="sans-serif,Arial,Helvetica"
SIZE=2><B>KidZone</B></FONT></TD></TR></TABLE></TD></TR>
<TR><TD COLSPAN=2 VALIGN=TOP ALIGN=LEFT WIDTH=141><A
HREF="http://home.netscape.com/kids/index.html?cp=kfmkidzon"><IMG
SRC="/family/images/kids_thumb.gif" WIDTH=144 HEIGHT=147 BORDER=0></A></TD></TR>
</TABLE></TD></TR>
</TABLE>
</TD></TR>
</TABLE>
</TD>
</TR>
</TABLE>
<TABLE WIDTH=600 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD WIDTH=600 HEIGHT=8><HR SIZE=1 NOSHADE></TD></TR>
<TR><TD ALIGN=LEFT VALIGN=TOP><FONT FACE="sans-serif, Arial, Helvetica"
SIZE=-2><A HREF="http://home.netscape.com/misc/nav_redir/help.html"
TARGET="_top">Help</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/site_map.html" TARGET="_top">Site
Map</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/company_info.html"
TARGET="_top">Company Information</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/howtoget.html" TARGET="_top">How
to Get Netscape Products</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/ad.html" TARGET="_top">Advertise
With Us</A> | <A HREF="http://home.netscape.com/misc/nav_redir/addsite.html"
TARGET="_top">Add Site</A></FONT></TD></TR>
<TR>
<TD WIDTH=600 HEIGHT=8 COLSPAN=0></TD>
</TR>
<TR>
<TD ALIGN=LEFT VALIGN=TOP>
<FONT FACE="sans-serif, Arial, Helvetica" SIZE=-2><A
HREF="http://home.netscape.com/misc/nav_redir/channels/autos.html"
TARGET="_top">Autos</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/business.html"
TARGET="_top">Business</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/computers_internet.html"
TARGET="_top">Computing & Internet</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/education.html"
TARGET="_top">Education</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/entertainment.html"
TARGET="_top">Entertainment</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/games.html"
TARGET="_top">Games</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/health.html"
TARGET="_top">Health</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/kids_family.html"
TARGET="_top">Kids & Family</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/lifestyles.html"
TARGET="_top">Lifestyles</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/local.html"
TARGET="_top">Local</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/netscape.html"
TARGET="_top">Netscape</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/news.html"
TARGET="_top">News</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/personalize_finance.html"
TARGET="_top">Personal Finance</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/real_estate.html"
TARGET="_top">Real Estate</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/shopping.html"
TARGET="_top">Shopping</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/smallbiz.html"
TARGET="_top">Small Business</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/sports.html"
TARGET="_top">Sports</A> | <A
HREF="http://home.netscape.com/misc/nav_redir/channels/travel.html"
TARGET="_top">Travel</A></FONT></TD></TR>
</TABLE>
<TABLE WIDTH=600 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR><TD WIDTH=600 HEIGHT=8 COLSPAN=0></TD></TR>
<TR>
<TD WIDTH=600 COLSPAN=5 VALIGN=TOP ALIGN=LEFT>
<FONT FACE="sans-serif, Arial, Helvetica" SIZE=-2>
© 1998 Netscape, All Rights Reserved. <A
HREF="http://home.netscape.com/legal_notices/index.html">Legal & Privacy
Notices</A><BR>This site powered by <A
HREF="http://home.netscape.com/comprod/server_central/index.html"
TARGET="_top">Netscape SuiteSpot servers</A>.</FONT></TD>
</TR>
</TABLE>
</CENTER>
</BODY>
</HTML>
Comment 3•26 years ago
|
||
See Bugzilla #1754 for a simpler test case. TABLE breaks on the SCRIPT
tags contained inside the IFRAME tags.
Updated•26 years ago
|
QA Contact: 4082
Comment 5•26 years ago
|
||
assigning Greg -- IFRAME problem
Not fixed. using test case below, layout still hangs as a result of script tags
present nested inside IFRAME. Checked on Mac 8.5 Jan 29 Viewer/Seamonkey.
<!--Test Bugzilla bug 1266 & 1754, IFRAME causes hang when nested-->
<html>
<head></head>
<body>
<br><br>
<TABLE border WIDTH=600 cellpadding=10 align=center>
<TR>
<TD>
<IFRAME WIDTH=142 HEIGHT=72
SRC="http://qsilver.queensu.ca/~buslib/ns-news/iframe-src.html">
<!-- for HTML 4.0/NGLayout, this payload should be ignored -->
What's an IFRAME?<br>
<!-- if you either :
1) remove the whole <SCRIPT></SCRIPT> phrase below, or
2) delete the SRC attribute from this SCRIPT tag, or
3) simply change <SCRIPT> to <fooSCRIPT> (i.e., unknown tag),
then the next TD in this table is correctly rendered. It appears
that this SCRIPT is prematurely closing out the table.
-->
<script language=javascript
src="http://qsilver.queensu.ca/~buslib/ns-news/addyn.js"></script>
</IFRAME>
</TD>
<TD>
<IFRAME WIDTH=142 HEIGHT=72
SRC="http://qsilver.queensu.ca/~buslib/ns-news/iframe-src.html">
What's an IFRAME?<br>
<script language=javascript
src="http://qsilver.queensu.ca/~buslib/ns-news/addyn.js"></script>
</IFRAME>
</TD>
</TR>
</TABLE>
</body>
</html>
Works on win98 ok, fails now it appears only on Mac. Can open new bug or just
use this one to track fix for Mac. Added PP to whiteboard.
Since this works normally in windows, I don't think its a parser bug anymore.
I'm handing it off to you for further investigation of the script stuff.
Summary: hang in network or parser code with IFRAME → [PP]hang in network or parser code with IFRAME
Whiteboard: [PP]
Comment 10•26 years ago
|
||
Chris, this is Greg's open bug. I'm assigning you this one...
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M5 → M6
Assignee | ||
Comment 11•26 years ago
|
||
The SCRIPT elements should not actually be executing since they are inside the
IFRAME. RickG and I talked about this and decided that we'd start a discussion
thread on mozilla-layout on where SCRIPT elements should and should not be
allowed to execute. Either way, this is now a M6 bug.
Updated•26 years ago
|
QA Contact: 4110 → 3849
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•26 years ago
|
||
We now seem to be ignoring the SCRIPT inside an IFRAME correctly. Works on
5/17/1999 build.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 13•26 years ago
|
||
created several IFRAME tests and nothing within the IFRAME start and end tags
was executed -- even JavaScript
You need to log in
before you can comment on or make changes to this bug.
Description
•