Chromium Code Reviews
DescriptionFix bug on Android causing composition underlines to appear in the wrong place
The previous code I introduced in DocumentMarkerController::setComposition()
was passing an offset measured in DOM children to addCompositionUnderlines()
(and it wasn't even measured correctly) when it should have been passing an
offset measured in plain text characters. Oops
I'd like to add a test case for this bug, unfortunately I'm having trouble
reproducing it in a test.
BUG=692699
Review-Url: https://codereview.chromium.org/2689233006
Cr-Commit-Position: refs/heads/master@{#451903}
Committed: https://chromium.googlesource.com/chromium/src/+/6923513dcedf4c6b55bc923fc0146aff71b3da46
Patch Set 1 #
Total comments: 1
Patch Set 2 : Got test case working (the trick is to manually add the line break) #
Total comments: 2
Patch Set 3 : Don't change param names #
Messages
Total messages: 23 (15 generated)
|
||||||||||||||||||||||||||||