Bug 170416
Summary: | Support InputEventInit.{inputType, dataTransfer, isComposing, targetRanges} | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chong Zhang <chongz> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | 709922234, ahmad.saleem792, bazzimoe3, bfulgham, karlcow, tats.u, webkit-bug-importer, webkit, wenson_hsieh |
Priority: | P2 | Keywords: | BrowserCompat, FromImplementor, InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=217693 https://bugs.webkit.org/show_bug.cgi?id=170414 |
Chong Zhang
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
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
https://dninomiya.github.io/form-guide/stop-enter-submit
It seems only Safari hasn't support the isComposing yet.
bazzimoe3
Pull request: https://github.com/WebKit/WebKit/pull/19346
Radar WebKit Bug Importer
<rdar://problem/122586738>