Changeset 6415 for CKEditor/trunk
- Timestamp:
- 02/09/11 15:43:05 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/styles/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r6414 r6415 48 48 <li><a href="http://dev.ckeditor.com/ticket/7102">#7102</a> : "Replacing Div" sample didn't work when double clicking inside of formatted text.</li> 49 49 <li><a href="http://dev.ckeditor.com/ticket/7088">#7088</a> : Loading of plugins failed on new instances of the editor after special character dialog has been used.</li> 50 <li><a href="http://dev.ckeditor.com/ticket/6215">#6215</a> : Removal of inline styles now also removes overrides.</li> 50 51 <li>Updated the following language files:<ul> 51 52 <li><a href="http://dev.ckeditor.com/ticket/7124">#7124</a> : Czech;</li> -
CKEditor/trunk/_source/plugins/styles/plugin.js
r6411 r6415 704 704 */ 705 705 element.mergeSiblings(); 706 removeFromElement( this, element ); 707 706 if ( element.getName() == this.element ) 707 removeFromElement( this, element ); 708 else 709 removeOverrides( element, getOverrides( this )[ element.getName() ] ); 708 710 } 709 711 }
Note: See TracChangeset
for help on using the changeset viewer.
