[Webkit-unassigned] [Bug 132043] New: TouchEvent is not handled after releasing any point among touched points.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 23 00:53:14 PDT 2014


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

           Summary: TouchEvent is not handled after releasing any point
                    among touched points.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eunmi15.lee at samsung.com


m_isTrackingTouchEvents is set to false when we release any touched point,
so we can not process rest of touched points.

In the EFL port's unit test, we test as follows and it fails because #5 and #6 is not processed.
1. first touch start -> 2. second touch start -> 3. second touch move -> 4. second touch end
-> 5. first touch move -> 6. first touch end

So, I will modify code to set m_isTrackingTouchEvents to false when all touched points are released.

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