Ticket #2469: 2469_2.patch
File 2469_2.patch, 1.3 KB (added by , 16 years ago) |
---|
-
_whatsnew.html
62 62 now are shown properly.</li> 63 63 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2496">#2496</a>] Using the Paste 64 64 dialogs in IE might insert the content at the start of the editor.</li> 65 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2469">#2469</a>] Fixed a minor 66 issue where FCK.SetData() may cause the editor to become unresponsive to the first click 67 after being defocused.</li> 65 68 </ul> 66 69 <p> 67 70 <a href="_whatsnew_history.html">See previous versions history</a></p> -
editor/_source/internals/fck.js
409 409 FCK.EditorDocument.detachEvent("onselectionchange", Doc_OnSelectionChange ) ; 410 410 } 411 411 412 FCKTempBin.Reset() ;412 FCKTempBin.Reset() ; 413 413 414 // Bug #2469: SelectionData.createRange becomes undefined after the editor 415 // iframe is changed by FCK.SetData(). 416 FCK.Selection.Release() ; 417 414 418 if ( FCK.EditMode == FCK_EDITMODE_WYSIWYG ) 415 419 { 416 420 // Save the resetIsDirty for later use (async)