[Webkit-unassigned] [Bug 212485] New: [macOS]: The File Picker of the <input> file element should show the selection filter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 28 13:26:45 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=212485

            Bug ID: 212485
           Summary: [macOS]: The File Picker of the <input> file element
                    should show the selection filter
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com

When clicking an <input> file element, we should show the selection filter. The selection filter should reflect what is in the "accept" attribute of the <input> element.

According to the specs: https://www.w3.org/TR/html51/sec-forms.html#file-upload-state-typefile, the "accept" attribute can only give the UA a hint of what file types will be accepted. So the selection filter should also allow changing the filter to "All files". Accepting files, which are not in the "accept" attribute, is what the drag/drop does. So the selecting files through the File Picker should be compatible with the dragging and dropping them.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200528/39f4d13d/attachment.htm>


More information about the webkit-unassigned mailing list