Opened 15 years ago

Closed 15 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&amp;buffer=5&amp;shape=3&amp;fc=FFCC00&amp;pc=AAAAFF&amp;kc=888800&amp;bc=FFFFFF&amp;brand=1&amp;player=ap03" height="20" width="164" frameborder="0" scrolling="no"></iframe></div> <!-- AudioAcrobat.com Player code END -->

Attachments (1)

FCKeditor-No-FireFox.jpg (134.8 KB) - added by David 15 years ago.
FireFox not working with iFrames

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by David

Attachment: FCKeditor-No-FireFox.jpg added

FireFox not working with iFrames

comment:1 Changed 15 years ago by Alfonso Martínez de Lizarrondo

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy