RESOLVED FIXED Bug 83153
Best clickable node might return non "clickable" node.
https://bugs.webkit.org/show_bug.cgi?id=83153
Summary Best clickable node might return non "clickable" node.
Allan Sandfeld Jensen
Reported 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.
Attachments
Patch (4.14 KB, patch)
2012-04-04 06:15 PDT, Allan Sandfeld Jensen
no flags
Allan Sandfeld Jensen
Comment 1 2012-04-04 06:15:43 PDT
WebKit Review Bot
Comment 2 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>
WebKit Review Bot
Comment 3 2012-04-04 08:42:22 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.