Changeset 1409
- Timestamp:
- 2008-01-25 10:05:39 (9 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/classes/fckdomrangeiterator.js (modified) (2 diffs)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckdomrangeiterator.js
r1218 r1409 111 111 var nodeName = currentNode.nodeName.toLowerCase() ; 112 112 113 if ( boundarySet[ nodeName ] )113 if ( boundarySet[ nodeName ] && ( !FCKBrowserInfo.IsIE || currentNode.scopeName == 'HTML' ) ) 114 114 { 115 115 // <br> boundaries must be part of the range. It will … … 272 272 removePreviousBr = !splitInfo.WasStartOfBlock ; 273 273 removeLastBr = !splitInfo.WasEndOfBlock ; 274 FCKDebug.Output( 'removePreviousBr=' + removePreviousBr + ',removeLastBr=' + removeLastBr ) ;275 274 276 275 // Insert the new block into the DOM. -
FCKeditor/trunk/_whatsnew.html
r1405 r1409 63 63 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1654">#1654</a>] The editor 64 64 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> 65 67 </ul> 66 68 <p>