Closed
Bug 669214
Opened 14 years ago
Closed 14 years ago
'Save Link' and 'Save Image/Video' context menu item do nothing, errors: Uncaught Exception in [nsiProperties.get] - NS_ERROR_FAILURE @ contentAreaUtils.js :: line 567
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: aaronmt, Unassigned)
Details
(Keywords: regression)
Mozilla/5.0 (Android; Linux armv7l; rv:7.0a1) Gecko/20110704 Firefox/7.0a1 Fennec/7.0a1
Device: HTC Nexus One, Samsung Nexus S
OS: 2.3.4
Currently when you select: 'Save Link' no visible action is performed, and no sign of my saved link is anywhere on my device to my knowledge. This also produces an error:
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/contentAreaUtils.js :: getTargetFile :: line 567" data: no]
STR:
1. http://news.google.ocm
2. Tap press-hold on a link to an article, and select: 'Save Link'
ER: Save my link (download? bookmark? toaster notification?)
AR: Nothing. See error console.
| Reporter | ||
Updated•14 years ago
|
Summary: Save Link does nothing and produces: Uncaught Exception in [nsiProperties.get] - NS_ERROR_FAILURE @ contentAreaUtils.js :: line 567 → 'Save Link' context menu item does nothing and produces: Uncaught Exception in [nsiProperties.get] - NS_ERROR_FAILURE @ contentAreaUtils.js :: line 567
Comment 1•14 years ago
|
||
Looks like we're trying to default to saving to desktop, but our lack of profile in the content process is catching us out.
http://mxr.mozilla.org/mozilla-central/source/toolkit/content/contentAreaUtils.js#607
| Reporter | ||
Comment 2•14 years ago
|
||
Also triggered with 'Save Image'
Summary: 'Save Link' context menu item does nothing and produces: Uncaught Exception in [nsiProperties.get] - NS_ERROR_FAILURE @ contentAreaUtils.js :: line 567 → 'Save Link' and 'Save Image' context menu item do nothing, errors: Uncaught Exception in [nsiProperties.get] - NS_ERROR_FAILURE @ contentAreaUtils.js :: line 567
| Reporter | ||
Updated•14 years ago
|
Summary: 'Save Link' and 'Save Image' context menu item do nothing, errors: Uncaught Exception in [nsiProperties.get] - NS_ERROR_FAILURE @ contentAreaUtils.js :: line 567 → 'Save Link' and 'Save Image/Video' context menu item do nothing, errors: Uncaught Exception in [nsiProperties.get] - NS_ERROR_FAILURE @ contentAreaUtils.js :: line 567
| Reporter | ||
Comment 3•14 years ago
|
||
Seems to be fixed, WFM.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•