Bug 292350
| Summary: | harmonize codepath for Image transcoding for input and drag/drop | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Dubost <karlcow> |
| Component: | Forms | Assignee: | joanne_pan2 |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | akeerthi, cdumez, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Dubost
When a site has an input such as
<input accept="image/jpeg, image/png, image/gif" multiple="" type="file">
And the user wants to upload for example an HEIC image, Safari will transcode the image to the first item in the list, aka JPEG here.
It does this for the File Chooser on click,
but we need to assess and double check with drag and drop
on both iOS and macOS.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/150401192>
joanne_pan2
Pull request: https://github.com/WebKit/WebKit/pull/58803
EWS
Committed 307797@main (60bd2f4eece7): <https://commits.webkit.org/307797@main>
Reviewed commits have been landed. Closing PR #58803 and removing active labels.