[Webkit-unassigned] [Bug 185777] Click events only fire once when editing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 18 14:41:05 PDT 2018


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

--- Comment #7 from Aditya Keerthi <akeerthi at apple.com> ---
Wenson pointed out that we can't use m_isAssistingNodeDueToUserInteraction in order to bail out of highlighting, due to a corner case.

Clients that implement _webView:focusShouldStartInputSession: can programmatically focus editable elements and show the keyboard. This would result in m_isAssistingNodeDueToUserInteraction remaining false, and a tap highlight showing if a user were to tap on the element while editing.

For this reason, I have moved the tap highlight check to the UIProcess.

-- 
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/20180518/6fe61709/attachment.html>


More information about the webkit-unassigned mailing list