Bug 91695

Summary: Hit testing in the gap between pages returns incorrect results
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Account for columns when setting the local point (in the root element) when updating a hit test result in the RenderView hyatt: review+

Description mitz 2012-07-18 17:04:42 PDT
<rdar://problem/11887161>
Comment 1 mitz 2012-07-18 17:08:59 PDT
Created attachment 153140 [details]
Account for columns when setting the local point (in the root element) when updating a hit test result in the RenderView
Comment 2 Dave Hyatt 2012-07-18 17:11:33 PDT
Comment on attachment 153140 [details]
Account for columns when setting the local point (in the root element) when updating a hit test result in the RenderView

r=me
Comment 3 mitz 2012-07-18 17:20:01 PDT
Fixed in <http://trac.webkit.org/r123050>.