[Webkit-unassigned] [Bug 105189] Add function to move caret selection towards a point

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 19 11:01:10 PST 2012


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





--- Comment #14 from Chris Hopman <cjhopman at chromium.org>  2012-12-19 11:03:24 PST ---
(In reply to comment #13)
> Does chromium draw the insertion handles, or are they from teh OS?  I'm still surprised this needs special handling, separate from just exetending the selection with a pointing device beyond the bounds of the text area would.

Chromium draws them. I would be happy to reuse existing behavior, but I was unable to find it. For selection handles (i.e. range selections) we are using the behavior of extending selections (like dragging with a mouse). The insertion handle moves a caret selection and I could not find any such existing behavior.

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