[webkit-reviews] review denied: [Bug 31759] WebKitWebView needs API to scroll to selection : [Attachment 43689] patch w/ChangeLog entry

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 29 13:13:14 PST 2009


Eric Seidel <eric at webkit.org> has denied Peter Bloomfield
<pbloomfield at bellsouth.net>'s request for review:
Bug 31759: WebKitWebView needs API to scroll to selection
https://bugs.webkit.org/show_bug.cgi?id=31759

Attachment 43689: patch w/ChangeLog entry
https://bugs.webkit.org/attachment.cgi?id=43689&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
Can't you already do this via the DOM?
window.getSelection().getRangeAt(0).getBoundingClientRect()

I assume that gtk webkit exposes some sort of DOM bindings, no?  Please feel
free to r? this again if I'm wrong.


More information about the webkit-reviews mailing list