Changeset 1510

Show
Ignore:
Timestamp:
2008-02-14 04:14:05 (5 months ago)
Author:
martinkou
Message:

Fixed #1854 : Fixed the issue where indentation does not work inside table cells.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/commandclasses/fckindentcommands.js

    r971 r1510  
    134134        { 
    135135                var iterator = new FCKDomRangeIterator( range ) ; 
     136                iterator.EnforceRealBlocks = true ; 
     137 
    136138                range.Expand( 'block_contents' ) ; 
    137139                var commonParents = FCKDomTools.GetCommonParents( range.StartContainer, range.EndContainer ) ; 
  • FCKeditor/trunk/_whatsnew.html

    r1504 r1510  
    8989                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/738">#738</a>] It wasn't possible to change 
    9090                        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> 
    9193        </ul> 
    9294        <p>