Bug 34239

Summary: Implement CSSOM Range.getClientRects for collapsed selections
Product: WebKit Reporter: Julie Parent <jparent>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ddkilzer, eric, michael.vm, ojan, sam, simon.fraser, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch darin: review+

Comment 1 Ojan Vafai 2010-01-28 23:09:11 PST
Created attachment 47682 [details]
Patch
Comment 2 Ojan Vafai 2010-01-31 16:54:56 PST
Committed r54117: <http://trac.webkit.org/changeset/54117>
Comment 3 Simon Fraser (smfr) 2011-06-10 14:11:06 PDT
Why did this alter the behavior of absoluteQuadsForRange() but not absoluteRectsForRange()? Now one uses !isEmpty(), and the other uses if (r.height()), which is inconsistent.
Comment 4 Simon Fraser (smfr) 2011-06-10 14:16:48 PDT
Bug 62478 exists for that.