Changeset 283
- Timestamp:
- 2007-05-04 20:24:59 (3 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/commandclasses/fck_othercommands.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/commandclasses/fck_othercommands.js
r174 r283 299 299 { 300 300 var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ; 301 // The unlink command can generate a span in Firefox, so let's do it our way. See #430 301 302 if ( oLink ) 302 FCK.Selection.SelectNode( oLink ) ; 303 } 304 303 FCKTools.RemoveOuterTags( oLink ) 304 305 return ; 306 } 307 305 308 FCK.ExecuteNamedCommand( this.Name ) ; 306 307 if ( FCKBrowserInfo.IsGecko )308 FCK.Selection.Collapse( true ) ;309 309 } 310 310 -
FCKeditor/trunk/_whatsnew.html
r281 r283 68 68 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/451">#451</a>] Classes for 69 69 images in IE didn't take effect immediately.</li> 70 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/430">#430</a>] Links with a class 71 did generate a span in Firefox when removing them.</li> 70 72 </ul> 71 73 <h3>