[Webkit-unassigned] [Bug 66436] --webkit-visual-word renaming right/leftWordPositionAcrossBoundary
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 18 09:26:33 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=66436
--- Comment #3 from Xiaomei Ji <xji at chromium.org> 2011-08-18 09:26:33 PST ---
(In reply to comment #2)
> (From update of attachment 104289 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=104289&action=review
>
> > Source/WebCore/editing/visible_units.cpp:1598
> > +static VisiblePosition leftWordPositionIgnoreEditableBoundary(const VisiblePosition& visiblePosition)
>
> We normally use AcrossEditingBoundary instead of IgnoringEditingBoundary.
ap commented in issue 65277 (https://bugs.webkit.org/show_bug.cgi?id=65277#c32) that
"Both names mean that the result will always be across boundary, which is apparently untrue.".
So, I am changing "Across" to "Ignoring" which means it ignores editing boundary, could return a position inside editing boundary or across editing boundary.
--
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