<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 event can't be prevent defaulted"
   href="https://bugs.webkit.org/show_bug.cgi?id=163207">163207</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>touchmove event can't be prevent defaulted
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Safari 10
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>iPhone / iPad
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>iOS 10
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Major
          </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&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>florian.maffini&#64;free.fr
          </td>
        </tr></table>
      <p>
        <div>
        <pre>On Safari 10, by defining a simple listener that prevents default a 'touchmove' event within a scrollable element, the event is not prevent defaulted as it does with Safari 9.

The behavior between Safari 9 and Safari 10 diverges. It seems to be a regression.

This is reproducible here:  <a href="http://codepen.io/anon/pen/PGRxOv">http://codepen.io/anon/pen/PGRxOv</a>

Probably a webkit issue.

Steps to Reproduce:
1. Take an element with scrollable content (overflow: scroll).
2. Add an event listener on it for &quot;touchmouve&quot; event, and call `event.preventDefault()` in that event listener.

Expected Results:
The element should not be scrollable. To try to scroll on the related element should do nothing at all.

Actual Results:
The element is still scrollable on Safari 10.

Version:
iOS 10.0.2</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>