WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
217693
`InputEvent.inputType` of `input` event fired when you select an item of autocomplete is "undefined"
https://bugs.webkit.org/show_bug.cgi?id=217693
Summary
`InputEvent.inputType` of `input` event fired when you select an item of auto...
Masayuki Nakano
Reported
2020-10-13 21:39:37 PDT
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
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-10-14 12:58:14 PDT
<
rdar://problem/70304775
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug