[Webkit-unassigned] [Bug 217693] New: `InputEvent.inputType` of `input` event fired when you select an item of autocomplete is "undefined"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 13 21:39:37 PDT 2020


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

            Bug ID: 217693
           Summary: `InputEvent.inputType` of `input` event fired when you
                    select an item of autocomplete is "undefined"
           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

With same STR with bug 217692, you'll see only `input` event is fired. However, its `inputType` (and some other `InputEvent` attributes) are `undefined`. I think that the `input` event is not fired as an `InputEvent` instance.

The value should be `"insertReplacementText"`.
https://www.w3.org/TR/input-events-2/#interface-InputEvent-Attributes

-- 
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/2884981d/attachment.htm>


More information about the webkit-unassigned mailing list