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

twod’s picture

Are 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?

kristofferrom’s picture

Hi, 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

kristofferrom’s picture

Assigned: Unassigned » kristofferrom
Status: Active » Fixed

Okay, upgrading jquery via http://drupal.org/project/jquery_update and using google's cdn as host fixed the issue

twod’s picture

Ok, 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.