[Webkit-unassigned] [Bug 190621] [iOS] [Datalist] fast/forms/datalist/datalist-textinput-suggestions-order.html crashes after enabling the datalist element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 18 16:52:29 PDT 2018


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

--- Comment #2 from Wenson Hsieh <wenson_hsieh at apple.com> ---
As it turns out, the datalist suggestions dropdown doesn't quite work in a plain WKWebView unless the WKWebView has a _WKInputDelegate that responds to -_webView:(did|will)StartInputSession:, since it depends on WebKit creating a _WKFormInputSession that we can specify a customInputView with text suggestions.

We should refactor this slightly to decouple datalists from _WKFormInputSession.

-- 
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/20181018/2feb0252/attachment.html>


More information about the webkit-unassigned mailing list