Hi at all,
i updated to the newest wordpress version yesterday, and figured out that the WYSIWYG Bug depends on an obsolete function call in the language files of wpg2. It seems the original (english) lang file is already up to date, so the bug only affect to non english users like me. But it doesn’t matter, here is a simple workaround…
Just go to the folder “/wp-content/plugins/wpg2/g2image/langs/” of your wordpress installation, there should be a xx.js for your language. In my Case the german file de.js. Open the file in a text editor of your choice and replace:
tinyMCE.addToLang
with:
tinyMCE.addI18n
thats the new name of the new multilang function in tinymce. Don’t touch everything before or after this string. Save / upload and replace the old file, and now the WYSIWYG should work fine.
Rgds, Bjoern