Opened 16 years ago
Closed 16 years ago
#3311 closed Bug (invalid)
FireFox will not display Iframes in FCK editor
Reported by: | David | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6.4 |
Keywords: | Cc: |
Description
FireFox will not display iframes in FCK editor, the latest Nightly build.
*All* other browsers work except FireFox.
Here is the code we placed in source to preview in FCK editor:
<!-- AudioAcrobat.com Player code BEGIN --> <div class="aaplayer"><iframe src="http://www.audioacrobat.com/playweb?audioid=P40695f7b9f05e8ee75344d8480736ea3ZV9xQlREY2Vz&buffer=5&shape=3&fc=FFCC00&pc=AAAAFF&kc=888800&bc=FFFFFF&brand=1&player=ap03" height="20" width="164" frameborder="0" scrolling="no"></iframe></div> <!-- AudioAcrobat.com Player code END -->
Attachments (1)
Change History (2)
Changed 16 years ago by
Attachment: | FCKeditor-No-FireFox.jpg added |
---|
comment:1 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
If you put this code you'll see that it works:
<iframe src="http://www.google.com"></iframe>
What Firefox doesn't allow is to execute javascript, but you have to ask the Firefox developers about that. There's nothing that we can do.
FireFox not working with iFrames