Closed
Bug 44128
Opened 25 years ago
Closed 25 years ago
events not supported when included in innerHTML string
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
People
(Reporter: mail, Assigned: joki)
Details
Attachments
(2 files)
Overview Description: events that are coded into a html string are not fired.
Steps to Reproduce:
1) use .innerHTML method to place a string with html tags containing an event
handler
2) attempt to cause the event to fire
Actual Results:
Event not fired
Expected Results:
Event fired
Reproducibility:
Always
Build Date & Platform Bug Found:
M16 2000062608, Win2k
Additional Builds and Platforms Tested On:
Win NT, M16 milestone build
Additional Information:
Testcase attached. Second testcase shows event is fired if added separately
using script.
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
| Reporter | ||
Comment 3•25 years ago
|
||
Sorry, it is a duplicated of 33577
*** This bug has been marked as a duplicate of 33577 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
verifying as a dupe
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•