[webkit-changes] [WebKit/WebKit] 45fc39: [iOS] Unable to show the software keyboard when pr...

Abrar Rahman Protyasha noreply at github.com
Thu Mar 16 10:51:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 45fc397579fade6934aeab0bba233006f550580d
      https://github.com/WebKit/WebKit/commit/45fc397579fade6934aeab0bba233006f550580d
  Author: Abrar Rahman Protyasha <a_protyasha at apple.com>
  Date:   2023-03-16 (Thu, 16 Mar 2023)

  Changed paths:
    A LayoutTests/fast/forms/ios/show-software-keyboard-on-programmatic-focus-during-dblclick-expected.txt
    A LayoutTests/fast/forms/ios/show-software-keyboard-on-programmatic-focus-during-dblclick.html
    M Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm

  Log Message:
  -----------
  [iOS] Unable to show the software keyboard when programmatically focusing a text field during `dblclick`
https://bugs.webkit.org/show_bug.cgi?id=253991
rdar://104600783

Reviewed by Wenson Hsieh.

This commit adds the `dblclick` event to the set of events for which we
allow the software keyboard to be shown programmatically, which means
that programmatic focus now shows the software keyboard underneath a
user's double click interaction.

* LayoutTests/fast/forms/ios/show-software-keyboard-on-programmatic-focus-during-dblclick-expected.txt: Added.
* LayoutTests/fast/forms/ios/show-software-keyboard-on-programmatic-focus-during-dblclick.html: Added.
* Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm:
(WebKit::WebPage::handleDoubleTapForDoubleClickAtPoint):

Canonical link: https://commits.webkit.org/261751@main




More information about the webkit-changes mailing list