WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
237190
Feature Request: An event on <input type=file> for when HEIC to JPEG conversion starts
https://bugs.webkit.org/show_bug.cgi?id=237190
Summary
Feature Request: An event on <input type=file> for when HEIC to JPEG conversi...
martin_petrov
Reported
2022-02-25 01:13:14 PST
<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
Comment 1
2022-02-25 09:56:34 PST
<
rdar://problem/89479482
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug