Log in or register to post comments
Last post
Disabled Wysiwyg in Hidden iframe in Chrome
Hi guys,

Long time user first time poster.

After a recent upgrade to 3.6.4 I have noticed that when I unhide the wysiwyg editor in an iframe the wysiwyg is disabled for some reason? If I resize it or click on source and click back the editor is enabled?

Has anyone else come across this issue? I've search about a good bit but can't find much?

Thanks
Gary
Re: Disabled Wysiwyg in Hidden iframe in Chrome
I do believe something similar was reported and confirmed: https://dev.ckeditor.com/ticket/8473
No planned milestone.
Re: Disabled Wysiwyg in Hidden iframe in Chrome
Thanks for the fast reply. I'm not sure if I'm doing something as complicated as that though?

On further inspection I have discovered the bug is in tabbed content (hidden divs) rather than a hidden iFrame.

E.G. if the wysiwyg content is in the first tab, wysiwyg works, if the content is in a hidden 2nd or 3rd tab (hidden div) it doesn't work?

Any ideas?
Re: Disabled Wysiwyg in Hidden iframe in Chrome
It's possible that you found a similar but new bug. If you can explain step-by-step how to recreate it, you can report it on our dev site.
Re: Disabled Wysiwyg in Hidden iframe in Chrome
Thanks for getting back to me, I'll report it over in the dev server, just wondering is there any wysiwyg initiate function that I could add to my show tab function that would reload the wysiwyg editor on a show tab function.

Thanks
Gary
Re: Disabled Wysiwyg in Hidden iframe in Chrome
You should check our API for destroy/replace commands and such: http://docs.cksource.com/ckeditor_api/s ... ml#destroy
Re: Disabled Wysiwyg in Hidden iframe in Chrome
Thanks, one final one, you dont know what command is run when you check source and check it again?
Re: Disabled Wysiwyg in Hidden iframe in Chrome
Command no, but if it's of any help I do believe _source\plugins\sourcearea\plugin.js is used.