DescriptionMac: Fix Korean input on OSX 10.11
handling_input_event_ needs to be set in RenderWidget::OnImeSetComposition,
otherwise RenderView::DidChangeSelection will skip sending the selection
change message the the browser, even though it was correctly set on the
renderer side.
Also fix incorrectly set selectedRange_ in -setMarkedText,
|newSelRange| is relative to the marked text while selectedRange_ is
relative to the entire text storage.
BUG=500376
Committed: https://crrev.com/28025f2c0eebbd850c745005f955b53b9dfa1cdf
Cr-Commit-Position: refs/heads/master@{#339754}
Patch Set 1 #
Total comments: 3
Patch Set 2 : Set handling_input_event_ #Patch Set 3 : Rebase #
Dependent Patchsets: Messages
Total messages: 15 (4 generated)
|