Bug 91695 - Hit testing in the gap between pages returns incorrect results
Summary: Hit testing in the gap between pages returns incorrect results
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-07-18 17:04 PDT by mitz
Modified: 2012-07-18 17:20 PDT (History)
2 users (show)

See Also:


Attachments
Account for columns when setting the local point (in the root element) when updating a hit test result in the RenderView (5.20 KB, patch)
2012-07-18 17:08 PDT, mitz
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.