Ticket #5807: 5807.patch

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

     
    478478                                                                // the focus.
    479479                                                                if ( evt.data.getTarget().equals( htmlElement ) )
    480480                                                                {
    481                                                                         CKEDITOR.env.gecko && blinkCursor();
     481                                                                        if ( CKEDITOR.env.gecko && CKEDITOR.env.version >= 10900 )
     482                                                                                blinkCursor();
    482483                                                                        focusGrabber.focus();
    483484                                                                }
    484485                                                        } );
     
    493494                                                        {
    494495                                                                var doc = editor.document;
    495496
    496                                                                 if ( CKEDITOR.env.gecko )
     497                                                                if ( CKEDITOR.env.gecko && CKEDITOR.env.version >= 10900 )
    497498                                                                        blinkCursor();
    498499                                                                else if ( CKEDITOR.env.opera )
    499500                                                                        doc.getBody().focus();
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy