Ticket #5634: 5634.patch

File 5634.patch, 581 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    841841                                        focusGrabber.on( 'focus', function()
    842842                                                {
    843843                                                        editor.focus();
     844
     845                                                        // In IE7 the blinking cursor appears, but contents are not editable. (#5634)
     846                                                        if ( CKEDITOR.env.ie7Compat )
     847                                                                editor.getSelection().getRanges()[ 0 ].select();
    844848                                                } );
    845849                                } );
    846850                                editor.on( 'destroy', function()
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy