Page MenuHomePhabricator

Upload wizard: Browser compatibility
Closed, ResolvedPublic

Details

Reference
bz24709

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 11:04 PM
bzimport added a project: UploadWizard.
bzimport set Reference to bz24709.

Apparently does not work either for Opera 9.27 for Mac or Lynx 2.8.7 for Linux (a text-only browser that does not support Javascript): http://commons.wikimedia.org/w/index.php?title=Commons:Usability_issues_and_ideas&oldid=42423911#Wizard_broken

The upload wizard is all JavaScript. It obviously won't work for browsers that don't support Javascript. In that case it should fall back to the basic MediaWiki upload form.

The errors on IE7 have changed, the loading icon does not appear anymore, but still it does not work.
Line: 5197 Char: 1 Error: Expected identifier, string or number Code: 0 URL: http://commons.prototype.wikimedia.org/wiki/Special:UploadWizard
Line: 256 Char: 1 Error: Object doesn't support this property or method Code: 0 URL: http://commons.prototype.wikimedia.org/wiki/Special:UploadWizard

Bug 26009 should have solved this for IE6 & IE7, but I still have this problem on IE7

  1. bug 25965 UploadWizard "steps" appear before styling (in fact it still stops here)
  2. Current errors are

Line: 10925 Char: 1 Error: Expected identifier, string or number Code: 0 URL:
http://commons.prototype.wikimedia.org/uwd/Special:UploadWizard
Line: 80 Char: 1 Error: 'window.mediaWiki' is null or not an object Code: 0
URL: http://commons.prototype.wikimedia.org/uwd/Special:UploadWizard

neilk wrote:

(In reply to comment #5)

Bug 26009 should have solved this for IE6 & IE7, but I still have this problem
on IE7

  1. bug 25965 UploadWizard "steps" appear before styling (in fact it still

stops here)

  1. Current errors are

Line: 10925 Char: 1 Error: Expected identifier, string or number Code: 0 URL:
http://commons.prototype.wikimedia.org/uwd/Special:UploadWizard
Line: 80 Char: 1 Error: 'window.mediaWiki' is null or not an object Code: 0
URL: http://commons.prototype.wikimedia.org/uwd/Special:UploadWizard

Sorry, I fix these in a development environment. The prototype server isn't always updated after I do that.

neilk wrote:

Closing this bug as it counts certain bugs redundantly.

We have also reluctantly decided not to focus on Konqueror and Opera bugs for 1.0.

neilk wrote:

Removing blocks as per comments above. We are counting some bugs twice here, and we also have decided not to focus on Konqueror or Opera bugs for 1.0.

Changed status to FIXED as Neil mentions in c7.