WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
170416
Support InputEventInit.{inputType, dataTransfer, isComposing, targetRanges}
https://bugs.webkit.org/show_bug.cgi?id=170416
Summary
Support InputEventInit.{inputType, dataTransfer, isComposing, targetRanges}
Chong Zhang
Reported
2017-04-03 13:31:19 PDT
Spec for InputEventInit.isComposing:
https://w3c.github.io/uievents/#idl-inputeventinit
Spec for InputEventInit.{inputType, dataTransfer, targetRanges}:
https://w3c.github.io/input-events/index.html#interface-InputEvent
Blink IDL:
https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/events/InputEventInit.idl
Attachments
Add attachment
proposed patch, testcase, etc.
bazzimoe3
Comment 1
2023-10-01 17:01:57 PDT
Has the spec for InputEventInit.{inputType, dataTransfer, targetRanges} changed since this issue was created? Chrome does have this implemented, I dont see any reason WebKit shouldn't have it as well. The most major use case of this would be grammar-checking and correcting web extensions. I have come across some extensions (e.g. Language Tools), that although from Chrome, do rely on this. I have a patch ready to go, it was simple enough (I think haha)
Tatsunori Uchino
Comment 2
2023-10-06 02:16:08 PDT
https://dninomiya.github.io/form-guide/stop-enter-submit
It seems only Safari hasn't support the isComposing yet.
bazzimoe3
Comment 3
2023-10-20 10:17:05 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/19346
Radar WebKit Bug Importer
Comment 4
2024-02-08 15:20:12 PST
<
rdar://problem/122586738
>
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