Active
Project:
Javascript Tools
Version:
master
Component:
Activeedit
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2007 at 23:17 UTC
Updated:
27 Aug 2008 at 20:28 UTC
The newly-committed in place editing module activeedit conflicts with TinyMCE. If TinyMCE is installed and applied to fields being edited through AJAX, a nearly-blank screen results (with only the "disable rich text" link produced by TinyMCE visible).
TBD: how to attach TinyMCE behaviour to AJAX-loaded form elements.
Comments
Comment #1
hanief84 commentedYes it's true. This is sad. Hopefully they will fixed that Activeedit thingy. I love AJAX :)
Comment #2
nedjoThe issue is that the tinymce module (and the moxie one) uses dated approaches, particularly document.write. It badly needs to be upgraded to jQuery and unobtrusive javascript approaches. The document.write in particular kills any ajax use.
Comment #3
nedjoI posted a patch to fix up tinymce, http://drupal.org/node/118747. With this in place, it wouldn't take too much to get activeedit working with tinymce.
Comment #4
mounte commentedare there any progress regarding this issue?
or is there an alternative to activeedit ?
Comment #5
Christefano-oldaccount commentedmounte: until the bug is fixed, you may be able to filter out the Activeedit form using the snippet at http://chapterthreellc.com/node/67
Comment #6
stevryn commentedWould this "bug" also be the cause of tabs conflicting with tinymce?
http://drupal.org/node/271991