Ticket #7908: 7908_2.patch

File 7908_2.patch, 621 bytes (added by Garry Yao, 13 years ago)
  • _source/plugins/contextmenu/plugin.js

     
    105105                                                        CKEDITOR.tools.setTimeout( function()
    106106                                                                {
    107107                                                                        this.open( offsetParent, null, offsetX, offsetY );
    108                                                                 },
    109                                                                 0, this );
    110                                                 },
     108
     109                                                                // IE needs a short while to allow selection change before opening menu. (#7908)
     110                                                                }, CKEDITOR.env.ie? 200 : 0, this );
     111                                                },
    111112                                                this );
    112113
    113114                                        if ( CKEDITOR.env.opera )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy