Closed Bug 5371 Opened 26 years ago Closed 26 years ago

Table is duplicated

Categories

(Core :: DOM: Core & HTML, defect, P3)

All
Windows 95
defect

Tracking

()

VERIFIED DUPLICATE of bug 6899

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.
Assignee: norris → troy
Component: JavaScript → Layout
QA Contact: 4590 → 4015
chris, check out the components page to see where things should be filed. http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
QA Contact: 4015 → 4110
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.
Assignee: troy → vidur
Component: Layout → DOM Level 0
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
Status: NEW → ASSIGNED
Target Milestone: M7
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
Status: RESOLVED → VERIFIED
Verifying this to be a dup of a more recent bug #6899
You need to log in before you can comment on or make changes to this bug.