[Webkit-unassigned] [Bug 190564] [iOS] Do not hide and show hardware keyboard suggestion bar when focus changes from one field to another

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 5 12:59:50 PST 2018


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

--- Comment #2 from Daniel Bates <dbates at webkit.org> ---
iCloud.com is explicitly calling blur() on the username field and calling focus() on the password field. As opposed to just calling focus() on the password field. The former causes us to hide and show the keyboard suggestion bar. The latter would not.

-- 
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/20181105/031e66b4/attachment-0001.html>


More information about the webkit-unassigned mailing list