[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
Wed Jul 27 17:23:33 PDT 2011


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





--- Comment #20 from Ryosuke Niwa <rniwa at webkit.org>  2011-07-27 17:23:34 PST ---
(From update of attachment 102185)
View in context: https://bugs.webkit.org/attachment.cgi?id=102185&action=review

> Source/WebCore/editing/visible_units.cpp:1245
> +static VisiblePosition endOfBoxPosition(const InlineBox* box, TextDirection blockDirection)

Nit: Did you mean endPositionInBox?  Also, I don't see much point in having this as a separate function.  It just bloats the code.  I'd much rather have this code right in endOfLinePosition so that I can see the optimization there.

-- 
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