Closed
Bug 124358
Opened 24 years ago
Closed 24 years ago
ImportNode
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
People
(Reporter: peterv, Assigned: peterv)
Details
Attachments
(1 file)
|
667 bytes,
patch
|
axel
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
When I .importNode an element from a different document and then append it to
the current document I get
###!!! ASSERTION: element not in the document: 'doc != nsnull', file
nsChildIterator.cpp, line 54
and it doesn't get displayed. Patch coming up.
| Assignee | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Comment on attachment 68528 [details] [diff] [review]
set document before calling ContentInserted
sr=jst
Attachment #68528 -
Flags: superreview+
Comment 3•24 years ago
|
||
Comment on attachment 68528 [details] [diff] [review]
set document before calling ContentInserted
r=axel@pike.org
Attachment #68528 -
Flags: review+
| Assignee | ||
Comment 4•24 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: DOM: Core → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•