Last modified: 2011-02-08 00:23:44 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 T27785, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 25785 - Safari JS bug in uploadwizard
Safari JS bug in uploadwizard
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
UploadWizard (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Neil Kandalgaonkar
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-11-04 14:50 UTC by Derk-Jan Hartman
Modified: 2011-02-08 00:23 UTC (History)
2 users (show)

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


Attachments

Description Derk-Jan Hartman 2010-11-04 14:50:46 UTC
mw.Uri.js

mw.Uri = function( uri, strictMode ) {
        strictMode = !!strictMode;
        if ( mw.isFull( uri ) ) { 

There it has "uri instanceof Location". On Safari 5 this gives me "ReferenceError: Can't find variable: Location"

I have no idea why. perhaps the prototype chain is broken in Safari for some reason. Perhaps Location is not an object in Safari.
Comment 1 Derk-Jan Hartman 2010-11-04 15:08:19 UTC
Bug in Safari, filed upstream: https://bugs.webkit.org/show_bug.cgi?id=49000

However it's probably wise to check for this issue in other non-FF browsers.
Comment 2 Guillaume Paumier 2010-11-05 16:34:35 UTC
Merging bugzilla components "Multimedia Usability" and "Upload Wizard"
Comment 3 Neil Kandalgaonkar 2011-02-08 00:23:44 UTC
Should be fixed as Location has been removed from the codebase.

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


Navigation
Links