Bug 83153

Summary: Best clickable node might return non "clickable" node.
Product: WebKit Reporter: Allan Sandfeld Jensen <allan.jensen>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Allan Sandfeld Jensen 2012-04-04 06:13:10 PDT
EventHandler::bestClickableNodeForTouchPoint has a fallback of returning the innerNode of the hittest if no node responding to gesture tap events is found. The reason was a originally a safety mechanism in-case any elements were missed so they at least still could be clicked if hit accurately. With proper detection this fallback is unnecessary and confusing.
Comment 1 Allan Sandfeld Jensen 2012-04-04 06:15:43 PDT
Created attachment 135573 [details]
Patch
Comment 2 WebKit Review Bot 2012-04-04 08:42:18 PDT
Comment on attachment 135573 [details]
Patch

Clearing flags on attachment: 135573

Committed r113193: <http://trac.webkit.org/changeset/113193>
Comment 3 WebKit Review Bot 2012-04-04 08:42:22 PDT
All reviewed patches have been landed.  Closing bug.