Changeset 4222
- Timestamp:
- 09/11/09 18:23:16 (4 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 edited
-
_whatsnew.html (modified) (1 diff)
-
editor/_source/classes/fckeditingarea.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_whatsnew.html
r4199 r4222 95 95 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/4357">#4357</a>] Avoid problem in 96 96 the paste dialog if IIS is set to process HTML files as Asp.</li> 97 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2201">#2201</a>] Fixed a crash in IE 98 in an object is selected (with handles) on unload of the editor.</li> 97 99 </ul> 98 100 <p> -
FCKeditor/trunk/editor/_source/classes/fckeditingarea.js
r2913 r4222 356 356 { 357 357 if ( this.Document ) 358 { 359 // Avoid IE crash if an object is selected on unload #2201 360 this.Document.selection.empty() ; 358 361 this.Document.body.innerHTML = "" ; 362 } 359 363 this.TargetElement = null ; 360 364 this.IFrame = null ;
Note: See TracChangeset
for help on using the changeset viewer.
