Bug 31487

Summary: DOMHTMLInputElement::rectOnScreen() returns the wrong rect
Product: WebKit Reporter: Jon Honeycutt <jhoneycutt>
Component: WebKit Misc.Assignee: Jon Honeycutt <jhoneycutt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
patch darin: review+, jhoneycutt: commit-queue-

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.