[Webkit-unassigned] [Bug 234009] Add showPicker() to <input> elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 6 09:08:43 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=234009

--- Comment #5 from zsun at igalia.com ---
(In reply to Sam Sneddon [:gsnedders] from comment #4)
> (In reply to zsun from comment #3)
> > bug 237192 probably only covers part of this feature.
> 
> What part did it cover, and what part didn't it cover? It's not clear from
> either bug what has been implemented.

The work on showPicker were motivated by three WPT tests show-picker-disabled-readonly.html, show-picker-user-gesture.html and show-picker-cross-origin-iframe.html. Just checked wpt.fyi, apart from show-picker-disabled-readonly.html, the other two tests pass for Safari now. For show-picker-disabled-readonly.html, basically it should throw for input that is readonly/disable. We have this part function in place. However, readonly should only applies to text only input types + <textarea>. In WebKit we need to follow specs and restrict the readonly attribute to the listed types. This is the part we need to do (see bug https://bugs.webkit.org/show_bug.cgi?id=240343).

-- 
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/20220606/35324739/attachment.htm>


More information about the webkit-unassigned mailing list