I use wysiwyg-api-6.x-0.5 with TinyMCE-3.2.2 this works ok.
I want to upgrade wysiwyg api 6.x-0.5 to 1.1. To test this I made a copy of the site, removed 0.5 and installed 1.1.
Everything works fine in IE, Opera and Safari, but in Firefox every plugin that uses a popup gives an empty popup screen.

Firebug console gives following errors:

tinyMCE.getWindowArg is not a function
init()()tiny_mce_popup.js (regel 53)
tiny_mce_popup.js()()tiny_mce_popup.js (regel 294)
[Break on this error] this.isWindow = tinyMCE.getWindowArg('mce_inside_iframe', false) == false;
tiny_mce_popup.js (regel 53)
tinyMCEPopup.requireLangPack is not a function
pastetext.js()()pastetext.js (regel 1)
[Break on this error] tinyMCEPopup.requireLangPack();

Comments

sun’s picture

Status: Active » Closed (duplicate)
hovel’s picture

My problem has disappeared. The upgrade from wysiwyg api 6.x-0.5 to version 1.1 was successfull.

This morning i started testing again from the beginning. I made an exact copy of my website (as a subdomain) and tried all versions of wysiwyg api.
None of them worked on de copy website. The original with wysiwyg api 6.x-0.5 was stil workin fine. This cannot be!

I then cleaned-up the browser private data, and ... it was working. It seems like the javascript of both sites was getting in each others way.

Anyhow, for me it is solved.