Closed
Bug 1136197
Opened 5 years ago
Closed 5 years ago
[Customizer] Execute <script>'s immediately on injection
Categories
(Firefox OS Graveyard :: Gaia, defect, P1)
Firefox OS Graveyard
Gaia
P1
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: drs, Assigned: justindarc)
References
Details
(Whiteboard: [spark])
<script> elements are only executed on load of a document, but we allow users to inject them on runtime / after load in the Customizer. Our agreed solution is to execute any injected or <script> tags immediately. Modifying <script>'s has undefined behavior, and I can't think of a good solution for them.
Reporter | ||
Updated•5 years ago
|
Blocks: spark-customizer
Assignee | ||
Comment 1•5 years ago
|
||
Resolved: https://github.com/fxos/addon-generator/commit/25c47264c38b13f55807d563baa7d054a057865a
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•5 years ago
|
Assignee: nobody → jdarcangelo
Updated•5 years ago
|
Whiteboard: [lightsaber] → [ignite]
Updated•5 years ago
|
Whiteboard: [ignite] → [spark]
You need to log in
before you can comment on or make changes to this bug.
Description
•