[Webkit-unassigned] [Bug 25584] No way to get the x/y location of a selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 6 00:06:20 PDT 2009


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





------- Comment #1 from ojan at chromium.org  2009-05-06 00:06 PDT -------
IE has getClientRects, getBoundingClientRect and boundingTop/Bottom/Left/Right
on TextRanges. See http://msdn.microsoft.com/en-us/library/ms535872.aspx

This mostly seems like the right API to me. I'd be fine with just adding
getClientRects and getBoundingClientRect to Ranges. bounding* seem redundant
with getBoundingClientRect.

There's no reason to restrict this to Selections though. This ought to be
possible on any Range.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list