Project

General

Profile

Bug #19002 ยป rtehtmlarea_bugfix_8792.patch

Administrator Admin, 2008-06-23 06:32

View differences:

typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (working copy)
} else {
if (this._undoQueue[this._undoPos].text != txt){
var snapshot = this.buildUndoSnapshot();
this._undoQueue[this._undoPos].text = snapshot.txt;
this._undoQueue[this._undoPos].text = snapshot.text;
this._undoQueue[this._undoPos].bookmark = snapshot.bookmark;
this._undoQueue[this._undoPos].bookmarkedText = snapshot.bookmarkedText;
this._undoQueue.length = this._undoPos + 1;
    (1-1/1)