@@ -39,6 +39,7 @@ class InputEvent final : public UIEvent {
kInsertReplacementText,
kInsertCompositionText,
// Deletion.
+ kDeleteByComposition,
rlanday
2017/06/06 21:06:01
See the Input Events Level 2 working draft:
https:
See the Input Events Level 2 working draft:
https://www.w3.org/TR/input-events-2/#interface-InputEvent-Attributes
My interpretation of the spec is that our use case falls under this:
"15. If the user expresses an intention to remove a part of the DOM in order to
recompose this part using IME, the inputType must be "deleteByComposition"."
Issue 2931443003: Add support for Android spellcheck menu in Chrome/WebViews
(Closed)
Created 3 years, 6 months ago by rlanday
Modified 3 years, 5 months ago
Reviewers: yosin_UTC9, aelias_OOO_until_Jul13, boliu, chongz, kouhei (in TOK), Mike West, Ted C, Torne, Theresa, Xiaocheng
Base URL:
Comments: 238