Closed
Bug 36423
Opened 25 years ago
Closed 25 years ago
onmouseover and onmouseout won't work on dynamically added images
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: olaf, Assigned: jst)
Details
first: i am not sure if this a dom or a javascript bug or a bug at all
but here goes:
i am trying to make a collapsable menu with images using
the 'createContextualFragment' method (is there any other?)
the generated html is exactly the same as on other divs (verified it with an
alert), however, the images wont swap anymore. it seems that the mouseevents
arent registered anymore? the links work fine, though.
tested on M14 and NN6
Comment 2•25 years ago
|
||
I agree, looks like a dupe of 6316
*** This bug has been marked as a duplicate of 6316 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
Javascript manipulation of a DIV causes mouse events not to be fired, which is
also the basic issue in bug 6316. Verified dupe.
Updated•24 years ago
|
Component: DOM Level 2 → DOM Other
Updated•24 years ago
|
Component: DOM Other → DOM Level 1
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•