Last modified: 2011-01-02 19:45:48 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 T28537, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26537 - ED constantly refreshes on the download page in Opera
ED constantly refreshes on the download page in Opera
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
ExtensionDistributor (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Brion Vibber
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-01-02 00:51 UTC by p858snake
Modified: 2011-01-02 19:45 UTC (History)
1 user (show)

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


Attachments

Description p858snake 2011-01-02 00:51:44 UTC
From the documentation talk page:
The Problem: The auto-start download in the ExtensionDistributor makes the Opera web-browser reload the page after 5 seconds, instead of auto-starting the download.
Version: Opera v10.10 stable-built:1893 Windows7 --FarwayK 14:09, 24 January 2010 (UTC) BTW I've never experienced this problem anywhere before.

This problem still exists and this ExtensionDistributor is still the only place where this happens.
It makes downloading extensions manually almost impossible with Opera. The refresh sends you to http://www.mediawiki.org/wiki/Special:ExtensionDistributor thereby losing the chosen extension and version data.
The only way to stop this is hitting the stop button immediately when the page starts refreshing, before the current page turns blank.
Current Version: Opera v11.00 stable-build:1156 --FarwayK 19:05, 30 December 2010 (UTC)
Comment 1 Brion Vibber 2011-01-02 19:25:58 UTC
Confirmed w/ Opera 11.00 on Mac OS X 10.6.5, taking a peek. Possibly something not 100% right in how we output the refresh info...
Comment 2 Brion Vibber 2011-01-02 19:45:48 UTC
Fix committed in r79498:

* (bug 26537) ExtensionDistributor download fix for Opera

Download was being triggered with an HTTP "Refresh" header in the format:

  Refresh: 5;http://example.com/tarballs/foo.tgz

This worked fine in Firefox, but Opera was not picking up the target URL, and ended up refreshing the current page instead.
Turns out there's actually supposed to be a "url=" in front of the URL; with that added, Opera picks it up fine now:

  Refresh: 5;url=http://example.com/tarballs/foo.tgz

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


Navigation
Links