Ticket #3549: 3549_3.patch

File 3549_3.patch, 611 bytes (added by Tobiasz Cudnik, 15 years ago)
  • _source/core/dom/element.js

     
    400400                                return this.$.getAttribute( name, 2 );
    401401                        };
    402402
    403                         if ( CKEDITOR.env.ie && !CKEDITOR.env.ie8 )
     403                        if ( CKEDITOR.env.ie )
    404404                        {
    405405                                return function( name )
    406406                                {
     
    433433                                                        return this.$.style.cssText;
    434434                                        }
    435435
    436                                         return standard.call( this, name );
     436                                        return this.$[ name ] || standard.call( this, name );
    437437                                };
    438438                        }
    439439                        else
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy