DescriptionConfirm ongoing IME composition at the right render widget in response to mouse click/tap.
After CL: https://codereview.chromium.org/2092103002/ all IME result methods are
being routed to the right RenderWidget. Similarly, when an IME session is closed
on the browser side due to a click or tap, the right widget should be notifed
by receiving an IME confirm composition with empty text. Currently, this IPC is
sent to the tab's RenderWidget regardless of what the active widget is.
This CL will route the IPC to the right widget and adds a unit test for this purpose.
BUG=578168, 602723
Committed: https://crrev.com/bbf1ae258c9f56929493ba5bfeca274a506b08b1
Cr-Commit-Position: refs/heads/master@{#403273}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressed creis@'s comment #
Messages
Total messages: 16 (7 generated)
|