Closed Bug 799529 Opened 13 years ago Closed 13 years ago

Cannot save pages and images with SeaMonkey 2.16a1.

Categories

(SeaMonkey :: Download & File Handling, defect)

Other Branch
x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: vlposta, Unassigned)

References

Details

User Agent: Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/19.0 Firefox/19.0 SeaMonkey/2.16a1 Build ID: 20121009003041 Steps to reproduce: I "Save Page as" (Menu File) or "Save image as" (context menu - right click) to specified folder (in latest builds 2.15a1 and 2.16a1 too) Actual results: Saved page (or image) on disk not exist (not saved)
Anything help, http://kb.mozillazine.org/Unable_to_save_or_download_files ? Same problem in Safe Mode? (Help | Restart with Addons Disabled) Same problem if you were to create a new Profile?
OK, confirmed. Save Page as works with 'Text', but not with the 'HTML' (Web page) options. Download Manager says: Unable to save, Not started > Error: ReferenceError: Ci is not defined > Source file: chrome://global/content/contentAreaUtils.js > Line: 434 Line 434: > .QueryInterface(Ci.nsIInterfaceRequestor) Save Image As is not working at all. > Error: TypeError: aInitiatingDocument is undefined > Source file: chrome://global/content/contentAreaUtils.js > Line: 340 Line 340: > initiatingWindow : aInitiatingDocument.defaultView
Regression. from Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/17.0 Firefox/17.0 SeaMonkey/2.14a2 Build identifier: 20121007013037 http://hg.mozilla.org/releases/mozilla-aurora/rev/1f8ee63679ea to Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/18.0 Firefox/18.0 SeaMonkey/2.15a2 Build identifier: 20121009013007 http://hg.mozilla.org/releases/mozilla-aurora/rev/7588306df29e
I don't know if it's related but there is bug 798978 that started to work again in my self compiled build. The only problem with that bug is the aurora uplift of the trunk.
Yes, same problem if you were to create a new Profile and in safe mode too. Now in build 20121010003016 in "File/Save Page As..." no dialog and if i save Image (right click): NS_ERROR_XPC_NOT_ENOUGH_ARGS:Not enough arguments [nsTransfer.init] chrome://maf/content/integration/contentArealUtils.js Line:406 // Create download and initiate it (below) tr = Components.classes["@mozilla.org/transfer;1"].createInstance(Components.interfaces.nsITransfer); tr.init(persistArgs.sourceURI, targetFileURL, "", null, null, null, persist); (not in safe mode) - error in Extension "Mozilla Archive Format" ???
> Error: ReferenceError: Ci is not defined > Source file: chrome://global/content/contentAreaUtils.js > Line: 434 This is https://bugzilla.mozilla.org/show_bug.cgi?id=795065#c31 The rest is probably: Bug 799131 - Update calls to saveURL() etc. due to function signature change in Bug 795065 (Add privacy status to nsDownload).
Status: UNCONFIRMED → NEW
Ever confirmed: true
In FireFox 19.0a1 now same problem and no dialog for "Save image as..."
Fixed: Bug 795065 - Add privacy status to nsDownload With that fix, it looks like "Save Page As..." is back working again. But "Save Image As..." is still broken.
> But "Save Image As..." is still broken. I'm working on that in Bug 792700
Depends on: 792700, 799131
The dependent bugs are fixed. Can you test the latest 2.16a nightly?
Flags: needinfo?(vlposta)
Not functional in build 20121103003004 - no dialogs for save page and save image too TypeError.aSkipPrompt.saveDir is undefined chrome://maf/content/integration/contentAreaUtil.js Line: 258 (not in Safe Mode) fpParams.file = aSkipPrompt.saveDir.clone();
Flags: needinfo?(vlposta)
In safe mode now functional !!! I mus now resolve bad estension - i have many extensions instaled ... ;-(
Problematic extension is Mozilla archive format 2.0.6 and 3.0a1 to, but i have saved many MAFF archives :-( If enable this extension, canot saved other pages and images and errors in maff extension: aSkipPrompt.mafEventListener and aSkipPrompt.saveDir is undefined ... :-(
> Problematic extension is Mozilla archive format 2.0.6 and 3.0a1 to, but I have saved > many MAFF archives :-( I suggest that you contact the authors (Christopher Ottley and Paolo Amadini) at: http://maf.mozdev.org/feedback.html And point them at Bug 799131.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Summary: Canot save pages and images → Cannot save pages and images with SeaMonkey 2.16a1.
Extension "Mouse gestures redox" now too not save images - older version SeaMonkey is for me now beter :-( I use these function: var image=globalOnImage; if (image.nodeType == Node.ELEMENT_NODE && image instanceof Components.interfaces.nsIImageLoadingContent && image.currentURI) { var docURL=image.ownerDocument.location.href; var imageURL=image.currentURI.spec; saveImageURL(imageURL, null, "SaveImageTitle", false, false, makeURI(docURL)); }
> saveImageURL(imageURL, null, "SaveImageTitle", false, false, makeURI(docURL)) Try changing this to: saveImageURL(imageURL, null, "SaveImageTitle", false, false, makeURI(docURL), document)
Thang You very much - gesture now again functional !!! ...
(In reply to Sladky Vladimir from comment #13) > Problematic extension is Mozilla archive format 2.0.6 and 3.0a1 to, but i > have saved many MAFF archives :-( Version 2.0.7 and 3.0a2 should solve the issue, let me know if they don't!
Yes, with version 3.0a2 is SeaMonkey now fully functional and save all pages and images - thang You ...
Now with enabled Maf 3.0a2 canot open (all) local files "Open File..." or "Ctrl+O" I send to adress maf@mozdev.org ...
You need to log in before you can comment on or make changes to this bug.