Ticket #4721: 4721.patch

File 4721.patch, 487 bytes (added by Minh Nguyen, 14 years ago)
  • _source/core/dom/element.js

     
    982982                                                name = 'className';
    983983                                        else if ( name == 'tabindex' )
    984984                                                name = 'tabIndex';
     985                                        else if ( name == 'value' )
     986                                                this.setAttribute( 'value', ''); // Cannot remove 'value' attribute in IE.     
    985987                                        standard.call( this, name );
    986988                                };
    987989                        }
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy