Bug 254555
| Summary: | Promised file data should contain UTType identifier instead of file extension | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Abrar Rahman Protyasha <a_protyasha> |
| Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | a_protyasha, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Abrar Rahman Protyasha
Currently, when dragging an image in Safari, we notice that the file promise provider specifies the file type as _just_ the extension string (e.g. "png"), when it should be the Universal Type Identifier (UTI) instead (e.g. "public.png"). This needs to be corrected.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Abrar Rahman Protyasha
rdar://104449116
Abrar Rahman Protyasha
Pull request: https://github.com/WebKit/WebKit/pull/12043
EWS
Committed 262280@main (2db314d62ff0): <https://commits.webkit.org/262280@main>
Reviewed commits have been landed. Closing PR #12043 and removing active labels.