Ticket #4597: 4597_2.patch

File 4597_2.patch, 691 bytes (added by Garry Yao, 14 years ago)
  • _source/core/dom/element.js

     
    722722                                for ( i = 0 ; i < otherLength ; i++ )
    723723                                {
    724724                                        attribute = otherAttribs[ i ];
    725 
    726                                         if ( ( !CKEDITOR.env.ie || ( attribute.specified && attribute.nodeName != '_cke_expando' ) ) && attribute.nodeValue != thisAttribs.getAttribute( attribute.nodeName ) )
     725                                        if ( attribute.specified && attribute.nodeName != '_cke_expando'
     726                                                        && attribute.nodeValue != this.getAttribute( attribute.nodeName ) )
    727727                                                return false;
    728728                                }
    729729                        }
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy