Ticket #7113: 7113.patch

File 7113.patch, 609 bytes (added by Garry Yao, 13 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    687687                                                // Webkit: avoid from editing form control elements content.
    688688                                                if ( CKEDITOR.env.webkit )
    689689                                                {
     690                                                        // Mark that cursor will right blinking (#7113).
     691                                                        domDocument.on( 'mousedown', function() { wasFocused = 1; } );
    690692                                                        // Prevent from tick checkbox/radiobox/select
    691693                                                        domDocument.on( 'click', function( ev )
    692694                                                        {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy