RESOLVED FIXED Bug 34239
Implement CSSOM Range.getClientRects for collapsed selections
https://bugs.webkit.org/show_bug.cgi?id=34239
Summary Implement CSSOM Range.getClientRects for collapsed selections
Attachments
Patch (5.62 KB, patch)
2010-01-28 23:09 PST, Ojan Vafai
darin: review+
Ojan Vafai
Comment 1 2010-01-28 23:09:11 PST
Ojan Vafai
Comment 2 2010-01-31 16:54:56 PST
Simon Fraser (smfr)
Comment 3 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.
Simon Fraser (smfr)
Comment 4 2011-06-10 14:16:48 PDT
Bug 62478 exists for that.
Note You need to log in before you can comment on or make changes to this bug.