UNCONFIRMED40163
EventHandler::handleTouchEvent - possible null node accessed.
https://bugs.webkit.org/show_bug.cgi?id=40163
Summary EventHandler::handleTouchEvent - possible null node accessed.
gmak
Reported 2010-06-04 07:27:56 PDT
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.
Attachments
Patch (1.12 KB, text/plain)
2010-06-04 07:28 PDT, gmak
no flags
Patch (1.09 KB, patch)
2010-06-04 07:40 PDT, gmak
eric: review-
gmak
Comment 1 2010-06-04 07:28:43 PDT
gmak
Comment 2 2010-06-04 07:40:19 PDT
Created attachment 57875 [details] Patch Took out No New tests line in log
Eric Seidel (no email)
Comment 3 2010-06-07 11:20:10 PDT
Comment on attachment 57875 [details] Patch This needs a test case and a ChangeLog.
Note You need to log in before you can comment on or make changes to this bug.