Bug 273444 - [iOS] Unable to upload photos to Adobe Express
Summary: [iOS] Unable to upload photos to Adobe Express
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aditya Keerthi
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-04-29 16:02 PDT by Aditya Keerthi
Modified: 2024-04-30 16:48 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aditya Keerthi 2024-04-29 16:02:39 PDT
Adobe Express is using `<input accept="image/jpeg,image/*">`, which prevents HEIC conversion to JPEG following https://commits.webkit.org/275726@main.

While the recommendation is to avoid the use of "image/*" here, Express would then break due to https://bugs.webkit.org/show_bug.cgi?id=273437.
Comment 1 Radar WebKit Bug Importer 2024-04-29 16:03:18 PDT
<rdar://problem/127259364>
Comment 2 Aditya Keerthi 2024-04-30 14:37:22 PDT
Pull request: https://github.com/WebKit/WebKit/pull/27955
Comment 3 EWS 2024-04-30 16:47:59 PDT
Committed 278196@main (687fbeefa898): <https://commits.webkit.org/278196@main>

Reviewed commits have been landed. Closing PR #27955 and removing active labels.