Ticket #9034: 9034_2.patch

File 9034_2.patch, 818 bytes (added by Garry Yao, 12 years ago)
  • _source/plugins/selection/plugin.js

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    411411                                                // When content doc is in standards mode, IE doesn't focus the editor when
    412412                                                // clicking at the region below body (on html element) content, we emulate
    413413                                                // the normal behavior on old IEs. (#1659, #7932)
    414                                                 if ( ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat )
    415                                                          && doc.$.compatMode != 'BackCompat' )
     414                                                if ( CKEDITOR.env.version < 8 && doc.$.compatMode != 'BackCompat' )
    416415                                                {
    417416                                                        html.on( 'mousedown', function( evt )
    418417                                                        {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy