Changeset 297
- Timestamp:
- 2007-05-09 23:07:15 (3 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fckdomtools.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fckdomtools.js
r256 r297 78 78 if ( eChildNode.nodeName.toUpperCase() == 'BR' && ( ignoreEndBRs || eChildNode.getAttribute( 'type', 2 ) == '_moz' ) ) 79 79 { 80 node.removeChild( eChildNode ) ; 80 // Use "eChildNode.parentNode" instead of "node" to avoid IE bug (#324). 81 eChildNode.parentNode.removeChild( eChildNode ) ; 81 82 continue ; 82 83 } -
FCKeditor/trunk/_whatsnew.html
r296 r297 78 78 <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1518766&group_id=75348&atid=543653">SF 79 79 BUG-1518766</a>] Mozilla 1.7.13 wasn't recognized properly as an old Gecko engine.</li> 80 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/324">#324</a>] Improperly nested 81 tags could lead to a crash in IE.</li> 80 82 </ul> 81 83 <h3>