Chromium Code Reviews
DescriptionWork around bad line break offset calculation
Line breaks, as computed by AXNode, are wrong. One instance is the very last start offset it pushes. Since there's no way for the computation to know whether the last node on a line actually results in a *text* line break (i.e. a line break represented in the selection), it's unreliable and causes problems.
For now, work around it in ChromeVox by just ignoring the last line break offset.
BUG=652059
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Patch Set 1 #
Messages
Total messages: 6 (4 generated)
|
|||||||||||||||||||