[Webkit-unassigned] [Bug 212482] New: [macOS] Drag/drop an image of a unsupported format to an <input type="file"> element should convert it to a supported format

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 28 11:51:44 PDT 2020


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

            Bug ID: 212482
           Summary: [macOS] Drag/drop an image of a unsupported format to
                    an <input type="file"> element should convert it to a
                    supported format
           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

If a page has an <input> file element which accepts an image like one of these:

<input type="file" accept="image/*">
<input type="file" accept="image/png, image/jpeg">

And the user drags/drops an image of unsupported format, HEIF for example, the image should be converted to one of the formats in the "accept" attribute if possible. This will be similar to what happens when dragging and dropping a photo from the "Photos" app which is converting the HEIF image to JPEG image.

-- 
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/bea1cf2d/attachment.htm>


More information about the webkit-unassigned mailing list