[Webkit-unassigned] [Bug 83153] New: Best clickable node might return non "clickable" node.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 4 06:13:10 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=83153

           Summary: Best clickable node might return non "clickable" node.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: allan.jensen at nokia.com


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.

-- 
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