Closed Bug 4392 Opened 26 years ago Closed 25 years ago

{inc} Table cell data (images) initially overlapped on page

Categories

(Core :: Layout, defect, P4)

All
Windows NT
defect

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: glynn, Assigned: buster)

References

()

Details

March 29 optimized Seamonkey apprunner builds Windows NT 4.0, Linux 5.2, Mac 8.5.1 1. Launch apprunner and go to http://www.expedia.com 2. Observe how page lays out at the top, in particular the expedia_travel.gif in the upper left vs. the rectangular nav buttons 'HomePage, Travel Agent, Deals' etc etc. • The gif which appears to be part of a table overlays the nav buttons on the page. Compare to Windows, Linux and Mac and compare to 4.51 Communicator's layout or IE5. If you enlarge the window and then shrink it again the gif is properly positioned and does not overlap the other table data no matter how small you make the window. Only initial layout of page exhibits problem. extracted HTML follows for this particular section <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=608> <TR><TD ALIGN=LEFT WIDTH=146> <IMG SRC=/daily/chan/expedia/expedia_travel.gif> </TD> <TD WIDTH=162 ALIGN=LEFT></TD> <TD ALIGN=RIGHT> <A HREF="http://go.msn.com/npl/msnp.asp" CLASS="msn" TARGET="_top">go&nbsp;to& nbsp;msn.com</A> </TD> </TR> </TABLE> </td> </tr> </table> </TD></TR></TABLE> <!--begin navbar --> <SCRIPT LANGUAGE=javascript> <!-- function mOverNav(navTD, caption){if (!navTD.contains(event.fromElement)) {navTD.style.backgroundColor='#333399';window.status=caption;}} function mOutNav(navTD, caption){if (!navTD.contains(event.toElement)) {navTD.style.backgroundColor='#000066';window.status=caption;}} //--> </SCRIPT> <!--begin navbar --> <table width=100% cellpadding=0 cellspacing=0 border=0 bgcolor="#000066"> <tr> <td> <table width=606 cellpadding=0 cellspacing=0 border=0 height=18> <tr> <td width=91 class=pnh bgcolor="#CCCCff" style="color: #000000" onclick= "window.location='/daily/home/default.hts'">&nbsp;<font size=1><a class=pnh href= "/daily/home/default.hts"><font color="#000000" face="Arial"><b>Home Page</b></ font></a></font></td> <td bgcolor="#FFFFFF" width=1></td> <td width=100 class=pnc bgcolor="#000066" style="color: #FFFFFF" onMouseOver= "mOverNav(this, 'Travel Agent')" onMouseOut="mOutNav(this, '')" onclick= "window.location='/daily/scripts/eap.asp?intro=%2Fpub%2Feta.dll%3F&EAPid=-1'">& nbsp;<font size=1><a class=pn href="/daily/scripts/eap.asp?intro= %2Fpub%2Feta.dll%3F&EAPid=-1"><font color="#FFFFFF" face="Arial"><b>Travel Agent< /b></font></a></font></td> <td bgcolor="#FFFFFF" width=1></td> <td width=60 class=pnc bgcolor="#000066" style="color: #FFFFFF" onMouseOver= "mOverNav(this, 'Deals')" onMouseOut="mOutNav(this, '')" onclick= "window.location='/daily/deals/'">&nbsp;<font size=1><a class=pn href="/daily/ deals/"><font color="#FFFFFF" face="Arial"><b>Deals</b></font></a></font></td> <td bgcolor="#FFFFFF" width=1></td> <td width=98 class=pnc bgcolor="#000066" style="color: #FFFFFF" onMouseOver= "mOverNav(this, 'Places to Go')" onMouseOut="mOutNav(this, '')" onclick= "window.location='/daily/placestogo/'">&nbsp;<font size=1><a class=pn href="/ daily/placestogo/"><font color="#FFFFFF" face="Arial"><b>Places to Go</b></font>< /a></font></td> <td bgcolor="#FFFFFF" width=1></td> <td width=81 class=pnc bgcolor="#000066" style="color: #FFFFFF" onMouseOver= "mOverNav(this, 'Magazine')" onMouseOut="mOutNav(this, '')" onclick= "window.location='/daily/newstips/'">&nbsp;<font size=1><a class=pn href="/daily/ newstips/"><font color="#FFFFFF" face="Arial"><b>Magazine</b></font></a></font></ td> <td bgcolor="#FFFFFF" width=1></td> <td width=60 class=pnc bgcolor="#000066" style="color: #FFFFFF" onMouseOver= "mOverNav(this, 'Maps')" onMouseOut="mOutNav(this, '')" onclick= "window.location='http://www.expediamaps.com/'">&nbsp;<font size=1><a class=pn href="http://www.expediamaps.com/"><font color="#FFFFFF" face="Arial"><b>Maps</b> </font></a></font></td> <td bgcolor="#FFFFFF" width=1></td> <td width=54 class=pnc bgcolor="#000066" style="color: #FFFFFF" onMouseOver= "mOverNav(this, 'Find')" onMouseOut="mOutNav(this, '')" onclick= "window.location='/pub/genfts.dll?'">&nbsp;<font size=1><a class=pn href="/pub/ genfts.dll?"><font color="#FFFFFF" face="Arial"><b>Find</b></font></a></font></ td> <td bgcolor="#FFFFFF" width=1></td> <td width=54 class=pnc bgcolor="#000066" style="color: #FFFFFF" onMouseOver= "mOverNav(this, 'Help')" onMouseOut="mOutNav(this, '')" onclick= "window.location='/daily/service/'">&nbsp;<font size=1><a class=pn href="/daily/ service/"><font color="#FFFFFF" face="Arial"><b>Help</b></font></a></font></td> <td bgcolor="#FFFFFF" width=1></td> </tr> </table> </td>
Assignee: troy → kipp
Sounds like an incremental reflow bug. I'm assuming it's block related and not table, but I haven't investigated much so I could wrong
Status: NEW → ASSIGNED
Summary: Table cell data (images) initially overlapped on page → {inc} Table cell data (images) initially overlapped on page
Severity: normal → minor
Priority: P3 → P4
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
This now appears to work fine on build 19990614 using Windows 95. Marking WORKSFORME. Please reopen if the bug is still present on NT.
Status: RESOLVED → VERIFIED
Page renders correctly in the June 19th Build (1999061908).
You need to log in before you can comment on or make changes to this bug.