[Webkit-unassigned] [Bug 40163] New: EventHandler::handleTouchEvent - possible null node accessed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 4 07:27:56 PDT 2010


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

           Summary: EventHandler::handleTouchEvent - possible null node
                    accessed.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gmak at rim.com


If touch events are sent to a page while it is loading, it performs a hit test, while the hit test will return a valid result, HitTestResult::innerNode() may return a null node. The validity of the node should be checked.

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