[Webkit-unassigned] [Bug 271705] iOS: <input type="file" webkitdirectory> doesn't work.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 26 13:03:58 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=271705
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |akeerthi at apple.com,
| |ap at webkit.org
--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
Looks like this is the only code we have referencing this attribute:
// As of Sept 2017, Chrome and Firefox both only populate webkitEntries when the webkitdirectory flag is unset.
// We do the same for consistency.
if (input.hasAttributeWithoutSynchronization(webkitdirectoryAttr))
return { };
Weird that it got documented somewhere, and even specced.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240326/efadeac7/attachment.htm>
More information about the webkit-unassigned
mailing list