Closed
Bug 121474
Opened 24 years ago
Closed 24 years ago
clodeNode doesn't copy event handlers
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: Maniac, Assigned: jst)
References
()
Details
At the given URL there's a DIV with OnClick handler. By clicking on it the DIV
clones itself with the help of cloneNode method. The clone then is inserted into
the document body.
The problem is that the clone copies an appearance of the source DIV but doesn't
have the same OnClick handler as the source does.
Comment 1•24 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
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
•