Closed
Bug 660
Opened 27 years ago
Closed 26 years ago
Javascript loaded images get drawn twice
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: scullin, Assigned: vidur)
References
()
Details
There's javascript on this page load a random image, for some reason it gets
called twice.
Assignee | ||
Comment 1•27 years ago
|
||
Actually, the problem is that we don't process the <NOSCRIPT> tag following the
SCRIPT that does a document.write. Either Rick or I need to do this.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Component: Unknown → Parser
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
We now deal with NOSCRIPT tags correctly.
You need to log in
before you can comment on or make changes to this bug.
Description
•