[Webkit-unassigned] [Bug 164875] New: Touchmove events do not fire when target is removed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 17 10:50:44 PST 2016


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

            Bug ID: 164875
           Summary: Touchmove events do not fire when target is removed
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: chris.malloy at mathresources.com

When an item is remove from the DOM that was the target of an touchstart, no more touchmove events are fired until the element is re-added.

See fiddle for example: https://jsfiddle.net/6mrpy733/9/
Open the console to see when the touchmove handler is hit. Drag the red circle and note that no touchmove events are received as soon as the element is removed. I would expect the events to continue to bubble to the parent. Also, this is how it works with mouse events.

Might be related to https://bugs.webkit.org/show_bug.cgi?id=148384

Tested in Chrome 54, iOS 9 Safari, and Chrome 54 on Android.

-- 
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/20161117/550f6e01/attachment.html>


More information about the webkit-unassigned mailing list