[Webkit-unassigned] [Bug 61346] --webkit-visual-word: ctrl-arrow is not able to reach the boundary of line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 11 17:50:17 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61346





--- Comment #12 from Xiaomei Ji <xji at chromium.org>  2011-07-11 17:50:17 PST ---
(From update of attachment 100372)
View in context: https://bugs.webkit.org/attachment.cgi?id=100372&action=review

>> Source/WebCore/editing/visible_units.cpp:1347
>> +            return Position(static_cast<Text*>(currentLTRBox->renderer()->node()), currentLTRBox->caretMaxOffset());
> 
> This isn't really the leftmost position, is it?  This is the leftmost position in the current LTR run, right?

it is the leftmost position of the line since current run is the leftmost run in the line.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list