Changeset 3970
- Timestamp:
- 07/24/09 14:09:05 (4 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (2 diffs)
-
_source/plugins/colorbutton/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r3969 r3970 178 178 <li><a href="http://dev.fckeditor.net/ticket/4093">#4093</a> : _tests/core/dom/document.html</li> 179 179 <li><a href="http://dev.fckeditor.net/ticket/4094">#4094</a> : Smiley plugin file</li> 180 <li><a href="http://dev.fckeditor.net/ticket/4097">#4097</a> : No undo/redo support for fontColor and backgroundColor buttons.</li> 180 181 </ul></li> 181 182 <li><a href="http://dev.fckeditor.net/ticket/4085">#4085</a> : Paste and Paste from Word dialogs were not well styled in IE+RTL.</li> … … 184 185 <li><a href="http://dev.fckeditor.net/ticket/4075">#4075</a> : [IE6/7]Fixed apply custom inline style with "class" attribute failed.</li> 185 186 <li><a href="http://dev.fckeditor.net/ticket/4087">#4087</a> : [Firefox]Fixed extra blocks created on create list when full document selected.</li> 187 <li><a href="http://dev.fckeditor.net/ticket/4097">#4097</a> : No undo/redo support for fontColor and backgroundColor buttons.</li> 186 188 </ul> 187 189 <h3> -
CKEditor/trunk/_source/plugins/colorbutton/plugin.js
r3842 r3970 78 78 else 79 79 style.remove( editor.document ); 80 editor.fire( 'saveSnapshot' ); 80 81 }); 81 82
Note: See TracChangeset
for help on using the changeset viewer.
