Ticket #4597: 4597.patch

File 4597.patch, 612 bytes (added by pomu0325, 14 years ago)
  • dom/element.js

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