[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 16:49:21 PDT 2011


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





--- Comment #9 from Xiaomei Ji <xji at chromium.org>  2011-07-11 16:49:21 PST ---
(In reply to comment #7)
> (From update of attachment 100372 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=100372&action=review

> 
> > Source/WebCore/editing/visible_units.cpp:1442
> > +static void collectWordBreaksInBoxInsideBlockWithSameDirectionality(const InlineBox* box, WordBoundaryVector& orderedWordBoundaries, TextDirection blockDirection)
> 
> you do not need to pass blockDirection. You can use the box direction since the box direction == block direction in this function.
> 

Ah, I see it is used in endOfBlockPosition() etc. callees.

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