Closed
Bug 214809
Opened 22 years ago
Closed 22 years ago
Download directory textbox and Browse button are enabled when they shouldn't
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: malte, Assigned: mconnor)
Details
Attachments
(1 file)
|
3.00 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
Go to Tools > Options... > General tab.
Under "Download Directory", if "Ask me where to save every file" is selected the
download directory textbox and the browse button are enabled at first but they
should be disabled.
Reproducible: Always
Steps to Reproduce:
1. Open Options dialog, go to "General".
2a. If "Ask me where to save every file" is not selected, check it, click on
another tab like "Privacy" and then go back to "General".
2b. If "Ask me where to save every file" is selected that's just fine.
Actual Results:
The download directoy textbox and the browser button are enabled.
Expected Results:
These two elements should be disabled and only be active when "Save all files to
this folder" radio button is selected.
| Reporter | ||
Comment 1•22 years ago
|
||
this patch adds a new DoEnabling function that is called at startup and
disables the elements if necessary.
comments are welcome.
| Assignee | ||
Comment 2•22 years ago
|
||
Taking, NEW
Malte, this patch is a start, but this section needs to be slightly reworked now
that the download path can be directly edited (although in the build you posted
with, you won't see that). The patch for bug 178227 didn't include this because
this behaviour suited my purposes in the short term (wanted to get the feature
out and make sure the impl would work first.
A global DoEnabling is needed, but the automatic SelectFolder() on select is no
longer needed or wanted.
Assignee: blake → mconnor
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 3•22 years ago
|
||
This bug isn't valid any more with the prefs redesign that Ben is going to land
with his Download Manager rewrite.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 4•19 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs,
filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → preferences
You need to log in
before you can comment on or make changes to this bug.
Description
•