Changeset 1409

Show
Ignore:
Timestamp:
2008-01-25 10:05:39 (9 months ago)
Author:
martinkou
Message:

Fixed #1707 : Fixed the issue where the editor hangs upon operating (e.g. indenting) documents imported from Microsoft Word.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/classes/fckdomrangeiterator.js

    r1218 r1409  
    111111                                var nodeName = currentNode.nodeName.toLowerCase() ; 
    112112 
    113                                 if ( boundarySet[ nodeName ] ) 
     113                                if ( boundarySet[ nodeName ] && ( !FCKBrowserInfo.IsIE || currentNode.scopeName == 'HTML' ) ) 
    114114                                { 
    115115                                        // <br> boundaries must be part of the range. It will 
     
    272272                                        removePreviousBr = !splitInfo.WasStartOfBlock ; 
    273273                                        removeLastBr = !splitInfo.WasEndOfBlock ; 
    274                                         FCKDebug.Output( 'removePreviousBr=' + removePreviousBr + ',removeLastBr=' + removeLastBr ) ; 
    275274 
    276275                                        // Insert the new block into the DOM. 
  • FCKeditor/trunk/_whatsnew.html

    r1405 r1409  
    6363                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1654">#1654</a>] The editor 
    6464                        was not loading on an specific unknown situation. The breaking point has been removed.</li> 
     65                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1707">#1707</a>] The editor 
     66                        no longer hangs when operating on documents imported from Microsoft Word.</li> 
    6567        </ul> 
    6668        <p>