Closed
Bug 1166043
Opened 11 years ago
Closed 4 years ago
Filter the items in the Upload a New Media File dialog to only show images
Categories
(support.mozilla.org :: Knowledge Base Software, task, P5)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: upwinxp, Assigned: tasos)
Details
(Keywords: good-first-bug, Whiteboard: p=1 s= u=contributor [feature-request])
Attachments
(1 file)
|
64.54 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0
Build ID: 20150514163436
Steps to reproduce:
1. Go to https://support.mozilla.org/en-US/gallery/images#upload
2. Click Browse...
3. The dialog for selecting files appears.
Actual results:
The dialog shows all files, not only images. Because of that, it's hard to find the right screenshot if you have all kinds of stuff in the same folder.
Expected results:
The items in the dialog should be filtered to only show files with PNG, JPEG and GIF extension.
Comment 1•11 years ago
|
||
This sounds like a good thing to do, and should be pretty simple with the `accept` attribute of file upload inputs: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input#attr-accept
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: p=1 s= u=contributor
Updated•8 years ago
|
Keywords: good-first-bug
Priority: -- → P5
Whiteboard: p=1 s= u=contributor → p=1 s= u=contributor [feature-request]
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 3•6 years ago
|
||
An immensely simple thing to implement, which would come very handy. Reopening.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → tasos
| Assignee | ||
Comment 4•6 years ago
|
||
PR opened here:
https://github.com/mozilla/kitsune/pull/3986
| Reporter | ||
Comment 5•4 years ago
|
||
I see this has been implemented at some point. Can somebody resolve this as fixed?
Comment 6•4 years ago
|
||
Confirmed this as fixed.
Status: REOPENED → RESOLVED
Closed: 7 years ago → 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•