Bug 24242

Summary: WebHTMLView's setCusor() uses the wrong point for elementAtPoint
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: WebKit Misc.Assignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch, changelog andersca: review+

Simon Fraser (smfr)
Reported 2009-02-27 11:44:39 PST
setCusor() has this code: NSPoint localPoint = [htmlView convertPoint:point fromView:nil]; NSDictionary *dict = [htmlView elementAtPoint:point allowShadowContent:NO]; localPoint is never used.
Attachments
Patch, changelog (2.16 KB, patch)
2009-02-27 11:56 PST, Simon Fraser (smfr)
andersca: review+
Simon Fraser (smfr)
Comment 1 2009-02-27 11:56:06 PST
Created attachment 28094 [details] Patch, changelog I don't know how to test this.
Anders Carlsson
Comment 2 2009-02-27 11:57:00 PST
Comment on attachment 28094 [details] Patch, changelog r=me
Simon Fraser (smfr)
Comment 3 2009-02-27 12:03:32 PST
Note You need to log in before you can comment on or make changes to this bug.