Open
Bug 542362
Opened 15 years ago
Updated 2 years ago
On Windows, XUL file-picker should also be available.
Categories
(Firefox :: File Handling, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: the_herd_of_the_horses, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
Details:
It's at
chrome://global/content/filepicker.xul
It can be activated for use in "file - save" commands by the preference
ui.allow_platform_file_picker
But unfortunately only on Linux, as stated here:
http://kb.mozillazine.org/Ui.allow_platform_file_picker
Reproducible: Always
Steps to Reproduce:
1.try to find "file_picker", "filepicker", or just "picker" in about:config
2.
3.
Actual Results:
no results related to enabling the XUL file-picker
chrome://global/content/filepicker.xul
Expected Results:
chrome://global/content/filepicker.xul is present in Windows installation of Firefox. User wants to use it.
Additional Information:
Windows XP file-picker looks ugly.
To replace it with Firefox file-picker would be nice.
Updated•14 years ago
|
Version: unspecified → 3.6 Branch
Comment 1•13 years ago
|
||
It's important for the automation test of websites. Because javascripts in extensions cannot control the windows native file picker, if an XUL file picker can be provided, javascripts can do actions on it.
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•