WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
40163
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
Details
Patch
(1.09 KB, patch)
2010-06-04 07:40 PDT
,
gmak
eric
: review-
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
gmak
Comment 1
2010-06-04 07:28:43 PDT
Created
attachment 57873
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug