DescriptionInvalid caret at the end of line in overtype mode
When using overtype mode in content editable content we usually replace the
caret by a block cursor that covers the next character to be replaced.
However at the end of lines we should show the 'normal' blinking caret. In
those cases we were incorrectly adding a selection block till the end of the
container of the editable content.
That's because we were using a complicated (and wrong) way to detect the end
of lines based on modifying the internal selection used by the overtype
mode. We now use the proper tools to detect the end of line detection which
also supports bidi text.
BUG=385003
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180002
Patch Set 1 #
Total comments: 6
Patch Set 2 : Addressed comments #
Messages
Total messages: 14 (0 generated)
|