Plugin Author
Gunu
(@grafcom)
@karl Wångstedt,
does the problem occur even if you temporarily deactivated all other plugins and use a default WP Theme?
Yes. Same problem with Twentyfifteen and only qTranslate X active.
The LSB switches the title textfield and the raw editor (textarea), but not the visual editor (TinyMCE).
The update button resets all changes when the visual editor is active.
Plugin Author
Gunu
(@grafcom)
Want you try the new beta version? Download it here
See if that makes a difference
No, sorry. No change with the beta version. Same error there as well.
It works fine in all other browsers that I have tested (Safari, Chrome, FF, Opera) on both Win7 and OS X.
For me it seems like some JS problems, but since there are no errors in the log I have no idé of what is going wrong.
Plugin Author
Gunu
(@grafcom)
I will ask if John wants to look at this.
I’m experiencing the same issue on Windows 8.1 + IE11, dug a lot on google before stumbling on this thread.
Could it be something in the qTranslatex.updateTinyMCE() or qTranslatex.onTabSwitch() functions that is incompatible with IE11?
Both functions are defined in common.js.
Plugin Author
Gunu
(@grafcom)
@karl Wångstedt and @shakeeltariq,
this has something in common maybe?
See here
I think this is the same bug I reported. My little fix seems to be working if anyone needs something fast temporarily. See the post linked by Gunu above.
Though, I switched back to mqtraslate for that particular site.
I’ll try this timeout trick and you let you guys know if it works in my scenario.
The tip in the linked thread seems to be a working solution.
So, what seems to be happening is that the load event fires before the editor is initiated fully, and therefore the content is not being switched.
My suggestion is to use the jQuery(document).ready()
instead of window.addEventListener('load', function(){})
. This is not something I haven’t tested (yet), but it might be some drawback that I’m not aware of.
What do you think @gunu?
Plugin Author
Gunu
(@grafcom)
@karl Wångstedt,
thanks. I will submit your question to John
Hi, this issue is reported in multiple places, let us all move to GitHub and continue the discussion there: https://github.com/qTranslate-Team/qtranslate-x/issues/115