IMCE implements an extension for TinyMCE that must not be loaded at all. It just loads its own JS and adds settings to TinyMCE's configuration, i.e.

'extensions' => ...,
'load' => FALSE,

should be possible. Patch needs to ensure that other extensions define load = TRUE though.

CommentFileSizeAuthor
wysiwyg-DRUPAL-5.extensions.patch1.68 KBsun
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sun’s picture

Status: Needs review » Fixed

Committed to all branches.

Status: Fixed » Closed (fixed)

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