Bug 31487 - DOMHTMLInputElement::rectOnScreen() returns the wrong rect
Summary: DOMHTMLInputElement::rectOnScreen() returns the wrong rect
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Jon Honeycutt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-13 13:43 PST by Jon Honeycutt
Modified: 2009-11-17 15:39 PST (History)
0 users

See Also:


Attachments
patch (1.86 KB, patch)
2009-11-13 14:14 PST, Jon Honeycutt
darin: review+
jhoneycutt: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Honeycutt 2009-11-13 13:43:28 PST
DOMHTMLInputElement::rectOnScreen() returns the rect with the window, not within the screen.
Comment 1 Jon Honeycutt 2009-11-13 14:14:15 PST
Created attachment 43198 [details]
patch
Comment 2 Darin Adler 2009-11-13 14:18:07 PST
Comment on attachment 43198 [details]
patch

r=me

How do you test this? Is there a way to test it with a manual test?
Comment 3 Jon Honeycutt 2009-11-17 14:35:09 PST
A manual test could test this, but it would only work in Safari. We don't seem to have a good way to test our bindings.

Thanks for the review!
Comment 4 Jon Honeycutt 2009-11-17 15:39:18 PST
Landed in r51090.