Closed
Bug 88318
Opened 24 years ago
Closed 24 years ago
script evaluation only happens when a SCRIPT element is first attached to a document tree
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: bc, Assigned: vidur)
Details
Attachments
(4 files, 1 obsolete file)
The specific problem is that script evaluation only happens when a SCRIPT
element is first attached to a document tree. Setting the SRC attribute
dynamically doesn't trigger loading and evaluation.
How to reproduce:
Create a Script Element dynamically and attach it to the HTML Document via
appendChild, then set SRC attribute to point to a script file.
Expected Behavior: Script Loads and Runs.
Actual Behavior: Script Does Not Load.
Reproducible: Always.
Note that setting the SRC attribute before attaching the script element to the
document will load and run the script.
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Dup of bug 26790 "setting 'src' property on SCRIPT element has no effect"
*** This bug has been marked as a duplicate of 26790 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Attachment #40557 -
Attachment mime type: application/octet-stream → application/x-zip-compressed
Attachment #63050 -
Attachment is obsolete: true
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•