Closed
Bug 344996
Opened 18 years ago
Closed 18 years ago
"ASSERTION: Already have a document. Unbind first!" involving <img src="javascript:...">
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: bzbarsky)
References
Details
(Keywords: assertion, testcase, Whiteboard: post 1.8-branch)
Attachments
(1 file)
(deleted),
application/xhtml+xml
|
Details |
###!!! ASSERTION: Already have a document. Unbind first!: '!GetCurrentDoc()', file /Users/admin/trunk/mozilla/content/base/src/nsGenericElement.cpp, line 1842
###!!! ASSERTION: Already have a document. Unbind first!: '!GetCurrentDoc() && !IsInDoc()', file /Users/admin/trunk/mozilla/content/base/src/nsGenericDOMDataNode.cpp, line 616
Filing as security-sensitive because this indicates that JavaScript is executing at an "unsafe time", and I don't know how "unsafe" that is.
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Comment 2•18 years ago
|
||
Btw, this assertion also showed up in bug 343951 -- another example of scripts executing at an "unsafe time" and confusing the DOM.
Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Whiteboard: post 1.8-branch
Updated•18 years ago
|
Group: security
You need to log in
before you can comment on or make changes to this bug.
Description
•