Last modified: 2011-03-22 00:38:24 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T28591, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26591 - UploadWizard IE7 Missing headline in thank-you step
UploadWizard IE7 Missing headline in thank-you step
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
UploadWizard (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Ryan Kaldari
:
Depends on:
Blocks: 27260
  Show dependency treegraph
 
Reported: 2011-01-05 23:49 UTC by Neil Kandalgaonkar
Modified: 2011-03-22 00:38 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Neil Kandalgaonkar 2011-01-05 23:49:03 UTC
Under some circumstances, the headline is missing from step 4 ("thank you") of the UploadWizard in IE7 (and possibly 6).
Comment 1 Neil Kandalgaonkar 2011-03-21 18:53:10 UTC
believed fixed, assigning to Kaldari to verify
Comment 2 Ryan Kaldari 2011-03-21 19:18:32 UTC
Still broken :(
Comment 3 Ryan Kaldari 2011-03-21 21:42:31 UTC
The h3 isn't in the DOM at all in IE7. Specifically, an h3 is supposed to occur as the first child of div#mwe-upwiz-thanks.
Comment 4 Ryan Kaldari 2011-03-21 21:45:36 UTC
Looks like line 1013 in mw.UploadWizard.js is failing:

$j( '#mwe-upwiz-thanks' )
    .append( $j( '<h3 style="text-align: center;">' ).msg( 'mwe-upwiz-thanks-intro' ),
        $j( '<p style="margin-bottom: 2em; text-align: center;">' )
            .msg( 'mwe-upwiz-thanks-explain', _this.uploads.length ) );
Comment 5 Ryan Kaldari 2011-03-22 00:38:24 UTC
Fixed in r84507.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links