Bug 94938

Summary: [BlackBerry] Touch cancel can cause huge and needless invalidations
Product: WebKit Reporter: Antonio Gomes <tonikitoo>
Component: WebKit BlackBerryAssignee: Antonio Gomes <tonikitoo>
Status: RESOLVED FIXED    
Severity: Normal CC: tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch none

Antonio Gomes
Reported 2012-08-24 08:11:04 PDT
PR #198051 In order to remove the possible hover effect on touch_cancel, we always invalidate the node under the fat finger, being the fat finger valid or not. Point is having a valid fat finger node does not mean the original touch position was actually adjust for clicking or that the fat finger is actually valid. We set the fat finger node to be the result of the point-based hit-test regardless if it is a click target or not (in order to make our mouse-move machinery to work). We should can less aggressively invalidate the fat finger node, since it can be rather an expensive call (longer than 1s in the worst scenario).
Attachments
patch (4.60 KB, patch)
2012-08-24 08:34 PDT, Antonio Gomes
no flags
Antonio Gomes
Comment 1 2012-08-24 08:34:18 PDT
Note You need to log in before you can comment on or make changes to this bug.