Closed
Bug 110372
Opened 23 years ago
Closed 23 years ago
[mach] nav services dialogs don't display
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
mozilla0.9.8
People
(Reporter: cyrus, Assigned: ccarlen)
References
Details
The Download "save this file to disk" option doesn't do anything.
Comment 1•23 years ago
|
||
Reporter: Which build id ?
Assignee: asa → law
Component: Browser-General → File Handling
QA Contact: doronr → sairuh
fizzilla-mach built from last night's tree (no build id - it would be cool if
there was a global sequence number associated with each cvs commit
we could use to track the state of the last pull prior to build). Haven't tried
this on FizillaCFM.
Comment 3•23 years ago
|
||
is this limited to fizz-mach? if yes, then qa contact should go to zach [till
verif bits become available for me to test]...
however, lemme know if this is also seen on the usual os x bits available...
Assignee: law → pinkerton
QA Contact: sairuh → zach
Comment 4•23 years ago
|
||
yeah, i don't think the nav services dialogs are getting created from the widget
code. can you download things that don't require a native file save dialog?
how to test? d-n-d is busted, so I can't do that. "save page as" crashes. I
suppose that should be a separate bug?
Comment 6•23 years ago
|
||
try one of the download links off the mozilla.org homepage that starts a
download automatically. it should just start downloading and not prompt you for
a file location.
the download links all (.gz, .zip, .bin) bring up the dialog box to "open with
app..." "save as". Save as is busted (this bug). Open with app doesn't work
because the button "choose" button doesn't do anything. Sounds like that's
another bug (or perhaps the some one since it's just bringing up a file dialog
only it's to find the app, rather than to set the location for saving).
Comment 8•23 years ago
|
||
oh, you're right. duh.
Summary: [fizz-mach] downloading broken → [fizz-mach] nav services dialogs don't display
I noticed that there are some key bits of code in
widget/src/mac/nsFilePicker.cpp that are |#ifndef XP_MACOSX| because there's no
nsILocalFileMac in the mach-o build. The lack of an alternative codepath is
causing crashes. Not sure about why things wouldn't display at all, though.
Updated•23 years ago
|
Summary: [fizz-mach] nav services dialogs don't display → [mach] nav services dialogs don't display
Comment 10•23 years ago
|
||
*** Bug 113774 has been marked as a duplicate of this bug. ***
Comment 11•23 years ago
|
||
other bug was a dupe, here's the original --> conrad.
Assignee: pinkerton → ccarlen
Assignee | ||
Comment 12•23 years ago
|
||
This would be good to fix.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.8
Assignee | ||
Comment 13•23 years ago
|
||
Because of comment #9, I say that the fix is to have a version of nsLocalFileMac
for mach-0. Also, when I tested this, I found that the dialog did display - it
just crashed right afterwards for the reason David gave. Closing this and filing
a new bug for the need for nsLocalFileMac on mach-0.
Assignee | ||
Comment 14•23 years ago
|
||
New one is bug 118203. Closing this as WFM since the dialog did display. If,
after we have an nsLocalFileMac impl and don't crash for that reason, this is
still a problem, re-open it.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•