[Webkit-unassigned] [Bug 148699] New: Touch Events: Releasing outside of the rendering area should trigger touch events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 1 18:17:52 PDT 2015


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

            Bug ID: 148699
           Summary: Touch Events: Releasing outside of the rendering area
                    should trigger touch events
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: irae at irae.pro.br

When developing reach interactions using touchStart, touchMove, touchEnd and touchCancel I experienced a but where you can start dragging and moving, I receive correctly the touchStart and touchMove events, but as I drag my finger over the "browser chrome" or in case of UIWebview apps, touchMove events continue firing, as expected, but if I release my finger in this area, the touchEnd or touchCancel is not firing, which causes my application to go into a weird state, where my objects are in "drag" mode but the user finger is not on the screen.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150902/fdef2cb5/attachment.html>


More information about the webkit-unassigned mailing list