WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
170414
Support InputEvent.isComposing
https://bugs.webkit.org/show_bug.cgi?id=170414
Summary
Support InputEvent.isComposing
Chong Zhang
Reported
2017-04-03 13:25:09 PDT
According to spec
https://w3c.github.io/uievents/#events-inputevents
InputEvent should have attribute |isComposing| to indicate whether it's inside a composition. Blink IDL:
https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/events/InputEvent.idl?q=InputEvent.idl&sq=package:chromium&dr&l=16
Attachments
Add attachment
proposed patch, testcase, etc.
Wenson Hsieh
Comment 1
2017-04-23 23:18:25 PDT
<
rdar://problem/31781958
>
Ahmad Saleem
Comment 2
2022-09-02 15:46:51 PDT
Updated link to Chromium / Blink source -
https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/events/input_event.idl;l=1?q=INput_event.idl&sq
= Webkit Source -
https://github.com/WebKit/WebKit/blob/8afe31a018b11741abdf9b4d5bb973d7c1d9ff05/Source/WebCore/dom/InputEvent.idl
_____________ Need to change: constructor(DOMString type, optional InputEventInit eventInitDict = {}); Add: readonly attribute boolean isComposing; Extra in Webkit: dictionary InputEventInit : UIEventInit { DOMString? data = null; };
Ryosuke Niwa
Comment 3
2022-09-03 03:22:04 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/3990
EWS
Comment 4
2022-09-03 10:53:44 PDT
Committed
254131@main
(1aeb3328d18e): <
https://commits.webkit.org/254131@main
> Reviewed commits have been landed. Closing PR #3990 and removing active labels.
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