Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Issue 1600253003: [try] Trigger compositionstart/end on commitText (Closed)

Created:
4 years, 11 months ago by Changwan Ryu
Modified:
4 years, 11 months ago
CC:
blink-reviews, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[try] Trigger compositionstart/end on commitText On Android, OSK may not accompany keycode when composing text. Currently, when OSK calls InputConnection#commitText(), web developers can only see key events for COMPOSITION_KEY_CODE without the delta change. By changing confirmComposition to send compositionstart / -end, we can notify developers of this delta change. BUG=577967

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -24 lines) Patch
M content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java View 1 2 3 4 5 chunks +26 lines, -19 lines 0 comments Download
M content/shell/android/javatests/src/org/chromium/content_shell_apk/ContentShellTestBase.java View 1 2 chunks +3 lines, -1 line 0 comments Download
A content/test/data/android/ime/input_forms.html View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/editing/InputMethodController.cpp View 1 2 5 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (2 generated)
aelias_OOO_until_Jul13
4 years, 11 months ago (2016-01-19 21:31:20 UTC) #2
OK, since the layout tests explicitly expect this not to happen, let's abandon
this approach.

Powered by Google App Engine
This is Rietveld 408576698