← Back to team overview

mahara-contributors team mailing list archive

[Bug 548000] Re: Add "undo" icon to tinymce editor

 

There may be a solution (from the post from 2009-08-21 15:40:00 at
http://tinymce.moxiecode.com/forum/viewtopic.php?id=12658 ):

----
ISSUE-> undo ruins fullpage tags

FIX-> 1 line modification of tiny_mce.js or tiny_mce_src.js in the
UndoManager add:function()

CHANGE -> l.content = l.content || ed.getContent({format : 'raw',
no_events : 1});

TO -> l.content = l.content || ed.getContent();
---

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/548000

Title:
  Add "undo" icon to tinymce editor

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  I just tried to add this. TinyMCE has such an icon, but in edit site
  pages, the adding of content to the editor when you change the
  dropdown counts as an action, and clicking undo then clears the
  editor. Ideally, it shouldn't count as an action.

  Oh, also 'redo' should be added I guess.

  This bug was imported from eduforge.org, see:
  https://eduforge.org/tracker/index.php?func=detail&aid=3075&group_id=176&atid=739