Bug 96098

Summary: [TouchAdjustment] Adjusted point outside bounds for non-rectilinear targets
Product: WebKit Reporter: Allan Sandfeld Jensen <allan.jensen>
Component: UI EventsAssignee: Allan Sandfeld Jensen <allan.jensen>
Status: RESOLVED FIXED    
Severity: Normal CC: kevers, tonikitoo
Priority: P2    
Version: 420+   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch tonikitoo: review+

Allan Sandfeld Jensen
Reported 2012-09-07 04:43:05 PDT
TouchAdjust::snapTo() tries to adjust the given point to a place in the intersection of the touch-area and the target. Unfortunately it doesn't do a very good job when it comes to non-rectilinear targets, and the adjusted point is not always restricted to the touch area.
Attachments
Patch (8.55 KB, patch)
2012-09-07 04:50 PDT, Allan Sandfeld Jensen
tonikitoo: review+
Allan Sandfeld Jensen
Comment 1 2012-09-07 04:50:14 PDT
Antonio Gomes
Comment 2 2012-09-17 07:50:18 PDT
Comment on attachment 162746 [details] Patch That is ok. We know that there might be fixed pos elements at the place where to snap things to. I remember we have a bug for this, I think.
Allan Sandfeld Jensen
Comment 3 2012-09-17 08:02:19 PDT
Note You need to log in before you can comment on or make changes to this bug.