RESOLVED FIXED 226199
[iOS] Adjust meaningful click heuristic to detect focus changes and editable content
https://bugs.webkit.org/show_bug.cgi?id=226199
Summary [iOS] Adjust meaningful click heuristic to detect focus changes and editable ...
Wenson Hsieh
Reported 2021-05-24 16:50:28 PDT
Attachments
Patch (2.67 KB, patch)
2021-05-24 17:00 PDT, Wenson Hsieh
no flags
Patch (7.04 KB, patch)
2021-05-24 17:01 PDT, Wenson Hsieh
no flags
Patch (6.78 KB, patch)
2021-05-24 17:18 PDT, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2021-05-24 17:00:42 PDT Comment hidden (obsolete)
Wenson Hsieh
Comment 2 2021-05-24 17:01:37 PDT
Tim Horton
Comment 3 2021-05-24 17:04:18 PDT
Comment on attachment 429595 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=429595&action=review > Source/WebKit/ChangeLog:16 > + Additionally, avoid dispatching this message when the keyboard is shown, such that we won't end up immediately > + dismissing the keyboard after the tap. This feels a bit like tuning the heuristic to a particular use of it, instead of something that would actually make the click non-meaningful?
Wenson Hsieh
Comment 4 2021-05-24 17:08:29 PDT
(In reply to Tim Horton from comment #3) > Comment on attachment 429595 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=429595&action=review > > > Source/WebKit/ChangeLog:16 > > + Additionally, avoid dispatching this message when the keyboard is shown, such that we won't end up immediately > > + dismissing the keyboard after the tap. > > This feels a bit like tuning the heuristic to a particular use of it, > instead of something that would actually make the click non-meaningful? That's true! I'll remove this bit.
Wenson Hsieh
Comment 5 2021-05-24 17:18:34 PDT
EWS
Comment 6 2021-05-24 20:04:32 PDT
Committed r277990 (238103@main): <https://commits.webkit.org/238103@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 429597 [details].
Note You need to log in before you can comment on or make changes to this bug.