Closed
Bug 6899
Opened 26 years ago
Closed 25 years ago
{sink} [4.xP] Site displays twice in the same browser window
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: ccf, Assigned: vidur)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
When viewing the site listed above, the site contents will be displayed twice in
the browser window. I navigated to the URL listed above. When I arrrived the
site showed up twice in the browser window. One instance of the site was in the
top of the window and if I scrolled down there was a second instance of the
site. The links in both "sites" worked fine. The ad banner only worked in the
upper "site" but was blank in the second "site". Using a link from the second
"site" did not create a problem and no other pages in the site showed a similar
behavior.
Using build 1999050423 (May 5) on May 21,1999 14:01
Status: NEW → ASSIGNED
Target Milestone: M7
Updated•26 years ago
|
Target Milestone: M7
Comment 1•26 years ago
|
||
Some notes:
1) The duplicate content is caused by '<script> inside the <body>' (bug #2701)
Attaching a 'patched' version of the same content; moved the <style> into the
<head> (where it _must_ be, but what can you do ;).
2) The attached file's layout is still not entirely correct, because the
content uses 'document.layers' in javascript (no actual LAYER tags are in the
HTML). (somewhat like bug #3996 but clearly part of the whole
LAYER/document.layer issue).
3) msnbc.com sends out HTML customized by Nav/MSIE and version. The HTML sent
to Mozilla/5.0 is the same as the HTML sent to Mozilla/3.0 (I faked a script
to check this). CC:ing ekrock so he is aware of another site to pester ;)
Comment 2•26 years ago
|
||
Yup -- this is a dup of 2701. I'll look a bit deeper though. Here's the minimum
case:
<HTML><BODY>
<TABLE border=1>
<TR><TD>cell</TD></TR>
</TABLE>
<style><!-- td {background-color:red;} --></style>
</BODY></HTML>
Significant amount of work needs to be done in the content sink to avert bugs
like this. Assigning bug to peterl@netscape.com
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Summary: 4.xP Site displays twice in the same browser window → [4.xP] Site displays twice in the same browser window
Comment 9•26 years ago
|
||
Took self off cc: list for this. Created new bug report #10451 to remind me to
evangelize msnbc about useragent sniffing. Thanks!
Comment 10•26 years ago
|
||
*** Bug 11121 has been marked as a duplicate of this bug. ***
Comment 11•26 years ago
|
||
*** Bug 10726 has been marked as a duplicate of this bug. ***
Updated•26 years ago
|
Summary: [4.xP] Site displays twice in the same browser window → {sink} [4.xP] Site displays twice in the same browser window
Target Milestone: M9 → M10
Comment 12•26 years ago
|
||
*** Bug 11061 has been marked as a duplicate of this bug. ***
Comment 13•26 years ago
|
||
Moving all content sink issues to M14.
Comment 14•26 years ago
|
||
Make that M14.
Comment 15•25 years ago
|
||
Thanks for taking this Vidur. Many of these are likely dups. I haven't marked
them as such to make sure I had the testcases handy...
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 16•25 years ago
|
||
Fixed with sink changes on 10/26/1999.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 17•25 years ago
|
||
With the Oct 29th build, this problem has been fixed.
Comment 18•25 years ago
|
||
*** Bug 16634 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•