Closed
Bug 852014
Opened 12 years ago
Closed 12 years ago
Defect - Issues downloading and installing msi
Categories
(Firefox for Metro Graveyard :: Shell, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 23
People
(Reporter: kjozwiak, Assigned: bbondy)
References
Details
(Whiteboard: feature=defect c=Downloads_app_bar u=metro_firefox_user p=2)
Attachments
(2 files)
1.39 MB,
image/png
|
Details | |
3.21 KB,
patch
|
sfoster
:
review+
|
Details | Diff | Splinter Review |
When attempting to download and install a plugin that is needed to play QuakeLive from the browser, an error occurs stating that there has been a "Download Error". This works without any issues using Desktop Firefox. Reproduced the issue every single time using the Firefox Metro build.
- I've attached a screenshot the illustrates the problem.
Tried going through the Firefox Metro options to see if there could be something preventing the plugin to install correctly, but couldn't find anything.
Steps to reproduce the issue:
1) Open Firefox Metro
2) Go to http://www.quakelive.com
3) You'll need to create an account (its free)
4) Once you have created the account, you will need to install (this is where the issue occurs)
Reporter | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
Plugins won't be supported in Metro v1 but I think the download issue might be more generic and should be handled better.
Assignee | ||
Updated•12 years ago
|
Summary: issues downloading/installing plugin → Issues downloading and installing msi
Assignee | ||
Updated•12 years ago
|
Whiteboard: p=2
Comment 3•12 years ago
|
||
I wonder if this is specific to msi files or more general.
Keywords: qawanted
Assignee | ||
Comment 4•12 years ago
|
||
probably general launching applications that are downloaded from within external app handling code.
Assignee | ||
Updated•12 years ago
|
Summary: Issues downloading and installing msi → Defect - Issues downloading and installing msi
Comment 7•12 years ago
|
||
Formatted as a defect for iteration #5.
Flags: needinfo?(asa)
Priority: -- → P1
QA Contact: jbecerra
Whiteboard: p=2 → feature=defect c=Downloads_app_bar u=metro_firefox_user p=2
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → netzen
Updated•12 years ago
|
Status: NEW → ASSIGNED
Comment 8•12 years ago
|
||
I'm not able to download installers like the ones found in nightly.mozilla.org, but I can download video clips and PDFs. I filed bug 856202 which might be a dupe of this.
Assignee | ||
Comment 9•12 years ago
|
||
So basically we were trying to launch the msi file instead of downloading it. When launching it, it fails on this code which just checks if it's an executable and returns an error. (EXE and MSI are executables according to that function):
http://dxr.mozilla.org/mozilla-central/uriloader/exthandler/win/nsMIMEInfoWin.cpp#l40
To fix we just need to always save if it's an executable file.
Attachment #733721 -
Flags: review?(sfoster)
Assignee | ||
Comment 10•12 years ago
|
||
The UI is changing with the download app bar stuff but I just wanted to temporarily tweak it in the meantime so it doesn't look like an error (since it's not) when downloading something.
Comment 11•12 years ago
|
||
Comment on attachment 733721 [details] [diff] [review]
Patch v1.
Review of attachment 733721 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me
Attachment #733721 -
Flags: review?(sfoster) → review+
Assignee | ||
Comment 12•12 years ago
|
||
Target Milestone: --- → Firefox 23
Comment 13•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Flags: needinfo?(jbecerra)
Comment 14•12 years ago
|
||
Tested using
April 8th, 2012 built from http://hg.mozilla.org/mozilla-central/rev/b0d842380959
After tapping both the download link and the notification to show the Download folder in metro mode, nothing else happens thus the user cannot tell whether the download is done. I'm re-opening this bug because of this.
Status: RESOLVED → REOPENED
Flags: needinfo?(jbecerra)
Resolution: FIXED → ---
Assignee | ||
Comment 15•12 years ago
|
||
What you are describing is a dupe of bug 856202 which should be landing today.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 16•12 years ago
|
||
Please re-verify after bug 856202 lands, but since you even get to that point now I suspect this can be verified.
Flags: needinfo?(jbecerra)
Comment 17•12 years ago
|
||
Hi Brian,
I'll leave this open until Bug 856202 is fixed. Thanks
Comment 18•12 years ago
|
||
Verified fixed on April 10th, 2013 built from http://hg.mozilla.org/mozilla-central/rev/9db46ddfb517
I was able to download and install multiple msi packages including the one from http://quakelive.com
Status: RESOLVED → VERIFIED
Flags: needinfo?(jbecerra)
Updated•11 years ago
|
Comment 19•11 years ago
|
||
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0
Build ID: 20130825030201
Built from http://hg.mozilla.org/mozilla-central/rev/01576441bdc6
WFM
Tested on windows 8 using latest nightly for iteration-12. Followed steps provided in comment0 and got expected result.
Updated•10 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•