Open
Bug 1195508
Opened 10 years ago
Updated 3 years ago
file inputs with accept=".tar.gz" will not accept any files at all
Categories
(Firefox :: File Handling, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: nathan, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
1.23 KB,
application/x-download
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Firefox/38.0
Build ID: 20150513174244
Steps to reproduce:
I created a html form with the following:
<input name="test" type="file" accept=".tar.gz" />
I opened the page in firefox and clicked the "browse" button on the form. I attempted to select a file that ended in tar.gz
Actual results:
The .tar.gz file I wanted to select (and all other files) were grayed out and unelectable.
Expected results:
It should allow me to select .tar.gz files
WFM with FF40 on Win 7.
.tar.gz files (and the other ones) are not grayed out.
I can reproduce this on 10.10 with the latest nightly, files are greyed out in the selector.
It doesn't match *.tar or *.gz either.
Updated•10 years ago
|
Component: Untriaged → File Handling
Keywords: testcase
OS: Unspecified → Mac OS X
Product: Firefox → Core
Hardware: Unspecified → x86
Updated•9 years ago
|
Product: Core → Firefox
Version: 38 Branch → unspecified
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•