[Webkit-unassigned] [Bug 185260] Some fields are not identified as [WKWebProcessPlugInNodeHandle isTextField]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 11:03:56 PDT 2018


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

--- Comment #2 from Richard Houle <rhoule at apple.com> ---
Daniel Bates pointed me that this bug was forseen in a FIXME comment in HTMLInputElement.h:

[[
    // FIXME: It's highly likely that any call site calling this function should instead
    // be using a different one. Many input elements behave like text fields, and in addition
    // any unknown input type is treated as text. Consider, for example, isTextField or
    // isTextField && !isPasswordField.
    WEBCORE_EXPORT bool isText() const;
]]

<https://trac.webkit.org/browser/trunk/Source/WebCore/html/HTMLInputElement.h?rev=231291#L112>

-- 
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/20180503/68e124b1/attachment.html>


More information about the webkit-unassigned mailing list