I'm running CKEditor version 3.6.2 in an install of Open Atrium 1.0. I've got the editor configured just the way i want it. Our team has been using it for weeks and everything has been running smoothly. We decided we want to integrate some google docs into the body of our posts via an Iframe however, and now we've run into a problem.

The <iframe> tag is permitted by my selected input filter and i've also checked the "Iframe" button within the WYSIWYG profile config page. The button does in fact display on my node edit/comment/etc. pages (along with all the other buttons i've specified), but nothing actually happens when i click it, with the exception that now and again the screen will throw up a white overlay—in the same way it does when one clicks the "link" button—yet it only flashes for a moment. There is no "add an Iframe" UI that can be seen. At other times, absolutely nothing happens when i click the button.

Again, all other buttons are functioning properly. Only the "Iframe" button is not functioning.

I hate to create another "Itz not working, pleez help" post... yet i'm at a loss for what other context/information i might provide. If anyone has any thoughts or pushes in the right direction, i would be grateful.

Thanks for any and all help.

Comments

TwoD’s picture

Status: Active » Postponed (maintainer needs more info)

I'm sorry for the late reply.
Could you make sure that drupal/sites/all/libraries/ckeditor/plugins/iframe/dialogs/iframe.js and /drupal/sites/all/libraries/ckeditor/skins/kama/dialog.css exist and are loaded when clicking the button?
(Clear the browser's cache, and check with a developer tool like Firebug for Firefox, if the file is listed in red on the Net tab, check it's HTTP return code).

Are there any JavaScript errors reported in the browser's console or developer extension? (F12 for IE, Ctrl+Shift+J for Chrome).

stephen Piscura’s picture

TwoD,

No worries at all. Thank you for your reply! After reading this, i ensured the files you mentioned were in their proper place (they are) and then—out of blind hope maybe—i just clicked the Iframe button. Lo and behold it's working again!

My only explanation is that i've updated my Open Atrium version twice since my original post. Both releases have included bug fixes, at least one of which must have dealt with whatever was causing the problem. So, good news!

Now, off to post another issue: how to create a custom #1410728: Google Docs Viewer (Iframe) button...

TwoD’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Looks like this one was actually resolved but I missed it. Great!