[Webkit-unassigned] [Bug 217692] `beforeinput` event is not fired when selecting an item of autocomplete or password manager

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 19 17:27:43 PDT 2020


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

--- Comment #2 from Masayuki Nakano <masayuki at d-toybox.com> ---
FYI: Firefox will ship `beforeinput` with the following hack because of this WebKit's bug and Blink's same bug (https://bugs.chromium.org/p/chromium/issues/detail?id=1051844).

1. Will fire `beforeinput` event when user uses build-in autocomplete etc.
2. Set its `inputType` to `insertReplacementText` as defined by the spec.
3. But make it not cancelable for protecting Firefox users from web apps which unexpectedly blocks default actions of `insertReplacementText`.

https://phabricator.services.mozilla.com/D93206

-- 
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/20201020/b9622cd2/attachment.htm>


More information about the webkit-unassigned mailing list