<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Touchmove events do not fire when target is removed"
href="https://bugs.webkit.org/show_bug.cgi?id=164875">164875</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Touchmove events do not fire when target is removed
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>Other
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>Event Handling
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>chris.malloy@mathresources.com
</td>
</tr></table>
<p>
<div>
<pre>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: <a href="https://jsfiddle.net/6mrpy733/9/">https://jsfiddle.net/6mrpy733/9/</a>
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 <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Wheel events stop propagating when target element is removed from DOM"
href="show_bug.cgi?id=148384">https://bugs.webkit.org/show_bug.cgi?id=148384</a>
Tested in Chrome 54, iOS 9 Safari, and Chrome 54 on Android.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>