r86743 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86742‎ | r86743 | r86744 >
Date:01:24, 23 April 2011
Author:neilk
Status:ok
Tags:
Comment:
IE can not handle changing the type of an input after the fact.
Modified paths:
  • /trunk/extensions/UploadWizard/resources/mw.UploadWizardDeed.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/mw.UploadWizardDeed.js
@@ -471,8 +471,7 @@
472472
473473 $j( deedChooser.$selector.find( '.mwe-upwiz-license-special-delete' ) ).each( function() {
474474 $j( this ).append(
475 - $j( '<button></button>' )
476 - .attr( 'type', 'button' )
 475+ $j( '<button type="button"></button>' )
477476 .msg( 'mwe-upwiz-license-none-applicable', deedChooser.uploads.length )
478477 .button()
479478 .addClass( 'ui-button-text ui-button-textonly' )

Status & tagging log