Ticket #8527: 8527_3.patch

File 8527_3.patch, 597 bytes (added by Garry Yao, 12 years ago)
  • _source/core/dom/element.js

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    730730                        if ( this.isReadOnly()
    731731                                        || this.getComputedStyle( 'display' ) == 'none'
    732732                                        || this.getComputedStyle( 'visibility' ) == 'hidden'
     733                                        || this.is( 'a' ) && this.data( 'cke-saved-name' ) && !this.getChildCount()
    733734                                        || CKEDITOR.dtd.$nonEditable[ name ] )
    734735                        {
    735736                                return false;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy