[Webkit-unassigned] [Bug 46232] Extending the selection to sentence boundary after a line break may select extra character

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 21 17:04:33 PDT 2010


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #68309|review?                     |review+
               Flag|                            |




--- Comment #2 from Darin Adler <darin at apple.com>  2010-09-21 17:04:34 PST ---
(From update of attachment 68309)
View in context: https://bugs.webkit.org/attachment.cgi?id=68309&action=review

> WebCore/editing/visible_units.cpp:234
> +                characterRange = charIt.range();
> +                pos = characterRange->startPosition();

Why not just write charIt.range()->startPosition()?

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