[Webkit-unassigned] [Bug 186151] [Datalist] Allow TextFieldInputType to show and hide suggestions
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 7 17:33:39 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186151
Tim Horton <thorton at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #342186|review? |review+
Flags| |
--- Comment #9 from Tim Horton <thorton at apple.com> ---
Comment on attachment 342186
--> https://bugs.webkit.org/attachment.cgi?id=342186
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=342186&action=review
> Source/WebCore/html/TextFieldInputType.cpp:568
> +#if ENABLE(DATALIST_ELEMENT)
> + return true;
> +#else
> return InputType::themeSupportsDataListUI(this);
> +#endif
How does this work? If the control theme doesn’t support the UI for suggestion lists, how does this patch make it work?
--
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/20180608/4ee2be09/attachment-0001.html>
More information about the webkit-unassigned
mailing list