[Webkit-unassigned] [Bug 119789] Regression(r153770?): Several tests in fast/events/touch are crashing on EFL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 2 03:10:08 PDT 2014


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


Michal Pakula vel Rutka <m.pakula at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.pakula at samsung.com




--- Comment #1 from Michal Pakula vel Rutka <m.pakula at samsung.com>  2014-10-02 03:10:03 PST ---
Some of layout tests send new touch start events after clearing touch points, without sending touch end or touch cancel events. This causes GestureRecognizer to incorrectly recognize event as multi-touch while having only one touch point passed in the event. While identifying events GestureRecognizer tries to access second touch point, going out of touch points array bounds leading to crash. The fix resets current event and starts recognizing touch start event from the beginning.

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