Changeset 1142
- Timestamp:
- 2007-11-30 17:08:09 (2 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/commandclasses/fcktextcolorcommand.js (modified) (2 diffs)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/commandclasses/fcktextcolorcommand.js
r1114 r1142 55 55 FCKTextColorCommand.prototype.SetColor = function( color ) 56 56 { 57 FCKUndo.SaveUndoStep() ; 58 57 59 var style = FCKStyles.GetStyle( '_FCK_' + 58 60 ( this.Type == 'ForeColor' ? 'Color' : 'BackColor' ) ) ; … … 65 67 FCKStyles.ApplyStyle( style ) ; 66 68 } 69 70 FCKUndo.SaveUndoStep() ; 67 71 68 72 FCK.Focus() ; -
FCKeditor/trunk/_whatsnew.html
r1140 r1142 149 149 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1592">#1592</a>] Fixed the issue where attemping 150 150 to remove a blockquote with an empty paragraph would leave behind an empty blockquote IE.</li> 151 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1594">#1594</a>] Undo/Redo 152 will now work properly for the color selectors.</li> 151 153 </ul> 152 154 <h3>