Explanation for this issue is covered in the current PNR issues. Read them.

Comments

sun’s picture

Title: Rewrite Wysiwyg API » Rewrite Wysiwyg API: Support multiple editors and editor versions
Assigned: Unassigned » sun

Sorry, scope creep.

sun’s picture

Status: Active » Needs work
StatusFileSize
new7.2 KB

First iteration.

sun’s picture

StatusFileSize
new87.97 KB

Committed first iteration: focused on multiple editor support in PHP only.

Code is highly oriented on Panels API, contains a fork of Panels' hook_include_directory().
Editor include files define callback functions that are invoked for corresponding operations.
Plugins, themes and complete editor/plugin handling has been abstracted to support more than one editor in any possible way.

Contrib modules are able to implement additional editors, if that's required after all.

sun’s picture

Now also available in HEAD/6.x.

Continuing with abstraction of JavaScript and implementations for TinyMCE 2.x and 3.x now.

sun’s picture

Status: Needs work » Fixed
StatusFileSize
new21.78 KB

Rewrote JavaScript architecture, adding function stacks for initializing, attaching, detaching, and toggling a client-side editor -- leading to full-featured client-side editor support, including different editors and editor versions.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

matt.nz’s picture

This still appears to be an issue with TinyMCE when used in CCK multigroups. When 'adding more values', all TinyMCE fields lose their values.

matt.nz’s picture

Status: Closed (fixed) » Active
sun’s picture

Status: Active » Closed (fixed)

WTF? Apparently, you followed up on the wrong issue.