Changeset 1510
- Timestamp:
- 2008-02-14 04:14:05 (5 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/commandclasses/fckindentcommands.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/commandclasses/fckindentcommands.js
r971 r1510 134 134 { 135 135 var iterator = new FCKDomRangeIterator( range ) ; 136 iterator.EnforceRealBlocks = true ; 137 136 138 range.Expand( 'block_contents' ) ; 137 139 var commonParents = FCKDomTools.GetCommonParents( range.StartContainer, range.EndContainer ) ; -
FCKeditor/trunk/_whatsnew.html
r1504 r1510 89 89 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/738">#738</a>] It wasn't possible to change 90 90 the type of an existing button.</li> 91 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1854">#1854</a>] Indentation now works inside 92 table cells.</li> 91 93 </ul> 92 94 <p>