[Webkit-unassigned] [Bug 94938] New: [BlackBerry] Touch cancel can cause huge and needless invalidations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 24 08:11:05 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=94938
Summary: [BlackBerry] Touch cancel can cause huge and needless
invalidations
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit BlackBerry
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tonikitoo at webkit.org
CC: tonikitoo at webkit.org
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).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list