Ticket #2469: 2469_2.patch

File 2469_2.patch, 1.3 KB (added by Martin Kou, 16 years ago)
  • _whatsnew.html

     
    6262                        now are shown properly.</li>
    6363                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2496">#2496</a>] Using the Paste
    6464                        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>
    6568        </ul>
    6669        <p>
    6770                <a href="_whatsnew_history.html">See previous versions history</a></p>
  • editor/_source/internals/fck.js

     
    409409                        FCK.EditorDocument.detachEvent("onselectionchange", Doc_OnSelectionChange ) ;
    410410                }
    411411
    412                 FCKTempBin.Reset();
     412                FCKTempBin.Reset() ;
    413413
     414                // Bug #2469: SelectionData.createRange becomes undefined after the editor
     415                // iframe is changed by FCK.SetData().
     416                FCK.Selection.Release() ;
     417
    414418                if ( FCK.EditMode == FCK_EDITMODE_WYSIWYG )
    415419                {
    416420                        // Save the resetIsDirty for later use (async)
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy