Closed (fixed)
Project:
Wysiwyg
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
3 Oct 2008 at 01:32 UTC
Updated:
19 Oct 2009 at 03:35 UTC
Jump to comment: Most recent file
Explanation for this issue is covered in the current PNR issues. Read them.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | wysiwyg-DRUPAL-5.js-rewrite.patch | 21.78 KB | sun |
| #3 | wysiwyg-DRUPAL-5.rewrite.patch | 87.97 KB | sun |
| #2 | wysiwyg-DRUPAL-5.patch | 7.2 KB | sun |
Comments
Comment #1
sunSorry, scope creep.
Comment #2
sunFirst iteration.
Comment #3
sunCommitted 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.
Comment #4
sunNow also available in HEAD/6.x.
Continuing with abstraction of JavaScript and implementations for TinyMCE 2.x and 3.x now.
Comment #5
sunRewrote 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.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
matt.nz commentedThis still appears to be an issue with TinyMCE when used in CCK multigroups. When 'adding more values', all TinyMCE fields lose their values.
Comment #8
matt.nz commentedComment #9
sunWTF? Apparently, you followed up on the wrong issue.