Closed
Bug 640618
Opened 14 years ago
Closed 11 years ago
tools->application->text document not working for .txt files.
Categories
(Firefox :: File Handling, defect)
Tracking
()
People
(Reporter: mikeb8591, Unassigned)
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0
File appears in a browser window, even though it's set to use gnu emacs.
Reproducible: Always
Steps to Reproduce:
1.Goto an apache directory listing.
2.find a .txt file
3.click on it.
Actual Results:
opens in browser window.
Expected Results:
file opened in gnu emacs, as selected.
Comment 6•11 years ago
|
||
Hi Matthias! Could you please take a look? Thanks!
Flags: needinfo?(bugzilla)
Comment 7•11 years ago
|
||
You can not reassign internal supported content-types like text/html, image/gif or text/plain to other applications. The settings in tools/applications are stored in the mimetypes.rdf file and gecko looks at those settings only if they are not supported by Gecko itself.
Flags: needinfo?(bugzilla)
(In reply to Matthias Versen [:Matti] (currently busy) from comment #7)
> You can not reassign internal supported content-types like text/html,
> image/gif or text/plain to other applications. The settings in
> tools/applications are stored in the mimetypes.rdf file and gecko looks at
> those settings only if they are not supported by Gecko itself.
Ok, then why does it appear to allow it to be set to an external program?
So the only choice is to save it, and open it manually outside firefox? That doesn't seem very friendly.
Why shouldn't it be able to be overridden?
Comment 10•11 years ago
|
||
after digging around it seems that this report is a dupe of bug 58554.
bug 58554 is about images and other content types that can be displayed internal.
>So the only choice is to save it, and open it manually outside firefox? That doesn't seem very friendly.
>Why shouldn't it be able to be overridden?
The current logic for doesn't allow it
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•