Found 1 strange issue in WordPress article posting for one specific user.
- User adds article in tinymce HTML mode
- Again trying to add new post in tinymce Visual mode. not actually posted, just switched the tinymce slected tab from HTML to Visual
- User tried to open post saved in HTML mode in setp 1, it shows tinymce Visual mode active in Tabs but icons loaded are from HTML mode. The tinymce content is not view-able now, content is there but not viewable, If i press CTRL+A, i can view the content and it also blocking other features as Editing draft, logout etc.
- Now if user again trying to add new post, and selects HTML from tinymce tabs and exit from page
- He tries to edit post added in setp 1, now it is showing correctly.
No issue in content as i tried to copy and paste this content in new post and it working fine.
It is not happening for all users. And 1 more point the icons loading in Visual mode are very less than found in Admin account.
Try this plugin – http://wordpress.ckeditor.com/. It replaces tinymce and many people find it more ‘user friendly’. It has a ‘Source’ mode that seems to behave better than the HTML mode of tinymce.
You should debug your js-code using firebug.
Probably TinyMCE cannot initialize correctly, because of an JS error occuring earlier (in your js code or in wordpress plugin, i.e. Secure WordPress).
Check this, might help: http://wordpress.org/support/topic/uncaught-referenceerror-switcheditors-is-not-defined
The first thing you can try is go to Users > Your Profile, disable visual editor while editing, save the settings and then uncheck that box and save settings again.
After that, check if tinyMCE functions properly, otherwise, try to disable your plugins one by one to find out which plugin is causing the jQuery conflict.