Chromium Code Reviews
DescriptionConsider editability when looking for a caret position
When determining the Position of a selection point, if the selected one
is not editable we are looking forward and backward for an editable one.
We need to consider whether we are processing an editable content
box/block when computing the position of an inline-box. We also need
to consider editability when looking for a better match based on the
caret's min-offset.
BUG=688015
Patch Set 1 #Patch Set 2 : A different approach. #Patch Set 3 : Patch rebased. #Patch Set 4 : Include editing boundaries when looking for a better match on inline-box position. #Messages
Total messages: 7 (2 generated)
|