[Webkit-unassigned] [Bug 196740] [iOS] Input field on ddg.gg is auto focused when url is entered with the software keyboard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 9 12:11:51 PDT 2019


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

--- Comment #1 from Wenson Hsieh <wenson_hsieh at apple.com> ---
I've seen this now and again as well. Just a wild stab...

• Safari preemptively begins loading URL while it is being typed.
• Script on the page focuses the field.
• User hits enter, and Safari makes the web view first responder.

The keyboard then appears, since we're becoming FR with a focused element.

-- 
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/20190409/5d65aa06/attachment.html>


More information about the webkit-unassigned mailing list