Hi,
TinyMCE has been running fine on my site for a while, but suddenly it no longer appears when I add content in the Article content type. I haven't been able to find the reason through backtracking my actions. I discovered the bug after installing the link and the email module, but diabling them didn't help
Comments
Comment #1
twodAre there any JavaScript errors in the browser's console when editing Article nodes?
Are you using any modules which add fields or scripts to only that content type?
Comment #2
kristofferromHi, thanks for the reply. I've actually switched to CKeditor but the issue's still there.
1. Yes there was: "Uncaught TypeError: Cannot read property 'handler' of undefined"
2. Yes, I use the email, link, node reference and other modules as well that adds fields
Comment #3
kristofferromOkay, upgrading jquery via http://drupal.org/project/jquery_update and using google's cdn as host fixed the issue
Comment #4
twodOk, sounds like there was some script using the wrong version of jQuery on the Article content type, which triggered an error and in turn killed the Wysiwyg scripts.