Bug 237190
Summary: | Feature Request: An event on <input type=file> for when HEIC to JPEG conversion starts | ||
---|---|---|---|
Product: | WebKit | Reporter: | martin_petrov |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | akeerthi, cdumez, sabouhallawa, thorton, webkit-bug-importer, wenson_hsieh |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 15 | ||
Hardware: | Mac (Intel) | ||
OS: | macOS 11 |
martin_petrov
<input type="file" accept="image/jpeg" multiple>
The automatic conversion of multiple HEIC files to JPEG is slow on older machines. I would like to display a loader. I can already show a loader when the user clicks the input, and hide it when the "change" event fires. However the "change" event doesn't fire when canceling the "Choose files" dialog.
A solution could be an extra event that fires immediately after files are chosen (before conversion), or alternatively, an event for the Cancel action.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/89479482>