Closed Bug 845370 Opened 11 years ago Closed 11 years ago

Scripts are not loaded in IFRAME with designMode switched ON

Categories

(Core :: General, defect)

19 Branch
x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 765780

People

(Reporter: vasiljev.alexey, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0
Build ID: 20130218103317

Steps to reproduce:

There's a WYSIWYG editor in the forum (Simple machines). I need to insert embedded stereo image in it. For compatibility reasons WYSIWYG editor sets designMode = 'On'. Embedded stereo image isn't displayed because scripts that are responsible for it are not loaded.

Steps to reproduce:
1) Insert iframe element into the base html document(<!DOCTYPE html><html><body></body></html>)
2) Set iframe document designMode option "On"
3) Insert another iframe which contains external script(s)(<script src="/external.js">) into the first iframe

Example:
http://jsfiddle.net/xheBc/3/




Actual results:

external js(s) is(are) not loaded


Expected results:

Its should've been loaded
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.