Closed
Bug 5371
Opened 26 years ago
Closed 26 years ago
Table is duplicated
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
M7
People
(Reporter: christinehoff4, Assigned: vidur)
References
()
Details
Using 4/21 Apprunner on Win 95, Win NT, Win 98, Mac8.5 and Linux.
If you open the URL, page crashes on Win 95, Mac8.5 and Linux (bug #5361 already
written up). I have tried to isolate the problem using the platforms that did
load the page. On Win NT and Win 98, the main table is duplicated. The isolated
test case is below and can be found at:
http://slip/projects/marvin/bugs/msn_bug.html
The isolated test case bug behavior is across platform. Here is the isolated
code(you can substitute the image):
<HTML>
<HEAD>
<TITLE>MSNBC Cover Page</TITLE>
</HEAD>
<BODY>
<TABLE WIDTH=500>
<TR>
<TD><IMG SRC="leopard_cat.jpg">
</TD>
</TR>
<TR>
<SCRIPT LANGUAGE=javascript FOR=window EVENT=onLoad><!-- nmOnLoad(); // -->
</SCRIPT>
</TR>
<style></style>
</TABLE>
</BODY>
</HTML>
In this isolated case, the image will always be duplicated. However, sometimes
two images appear at the inital loading, and sometimes two images appear when
you reload. I could not isolate the problem any further because I got mixed
behavior. If I take the empty <style> tags out, I can't duplicate the behavior.
If I take the javascript out and leave the <script> tags in, I can't duplicate
the bug. I have written it up as a javascript bug, but it may need to be
re-categorized.
Updated•26 years ago
|
Assignee: norris → troy
Component: JavaScript → Layout
chris, check out the components page to see where things should be filed.
http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Reporter | ||
Updated•26 years ago
|
QA Contact: 4015 → 4110
Reporter | ||
Comment 2•26 years ago
|
||
In response to 4/21 comments, I put myself on as QA contact as I dissected the
page and would like to continue to follow.
Vidur, this looks very much like the problem we saw before where the content
sink was getting confused and we were notifying the frame construction code
twice
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Assignee | ||
Comment 4•26 years ago
|
||
Harish tells me that this a DUP of 6899.
*** This bug has been marked as a duplicate of 6899 ***
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•