Closed
Bug 501009
Opened 16 years ago
Closed 16 years ago
[Download dialog] "Open" button should be dimmed if no registered handler
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(fennec1.0+)
VERIFIED
FIXED
| Tracking | Status | |
|---|---|---|
| fennec | 1.0+ | --- |
People
(Reporter: tonikitoo, Assigned: mfinkle)
References
()
Details
Attachments
(1 file)
|
886 bytes,
patch
|
tonikitoo
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1) try to download a known unsupported file from fennec.
e.g. http://download.mozilla.org/?product=firefox-3.0.11&os=win&lang=en-GB
actual outcome:
* although .exe is not a supported mimetype, OPEN button is active and clickable.
expected outcome:
* OPEN option should only active if a supported mime-type is being downloaded.
ps: it used to work after landing bug 455509 and before new download manager landing , bug 436070.
Flags: wanted-fennec1.0?
Updated•16 years ago
|
tracking-fennec: --- → 1.0+
Flags: wanted-fennec1.0?
| Assignee | ||
Comment 1•16 years ago
|
||
This patch uses the "hasDefaultHandler" method to check to see if we can actually "open" the file. If not, we disable the "open" button.
Tested and it seems to work
Assignee: tonikitoo → mark.finkle
Attachment #388697 -
Flags: review?(tonikitoo)
| Reporter | ||
Updated•16 years ago
|
Attachment #388697 -
Flags: review?(tonikitoo) → review+
| Reporter | ||
Comment 2•16 years ago
|
||
Comment on attachment 388697 [details] [diff] [review]
patch
r=me (although i am not a official reviewer )
mark, it works fine now. thanks
| Assignee | ||
Comment 3•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Component: Linux/Maemo → General
QA Contact: maemo-linux → general
You need to log in
before you can comment on or make changes to this bug.
Description
•