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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 13 21:31:55 PDT 2020


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

            Bug ID: 217692
           Summary: `beforeinput` event is not fired when selecting an
                    item of autocomplete or password manager
           Product: WebKit
           Version: Safari 14
          Hardware: Macintosh
                OS: macOS 10.15
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: masayuki at d-toybox.com
                CC: wenson_hsieh at apple.com

1. Go to https://d-toybox.com/studio/lib/input_event_viewer.html
2. Choose "<input type="text">"
3. Submit the form below "Test editor beahvior:"
4. Then, you'll see same page, backspace some characters from the last to show autocomplete suggest.
5. Choose one of the list.

Then, `beforeinput` should be fired when replacing the `<input>`'s value, but only `input` event is fired. You can check it with the table below "Events:".

You can similar thing with password manager with choosing "<input type="password">" at #2.

-- 
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/20201014/2e893918/attachment.htm>


More information about the webkit-unassigned mailing list