<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 breaks overflow-scrolling in &lt;details&gt;-element since iOS 10"
   href="https://bugs.webkit.org/show_bug.cgi?id=167090">167090</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>touchmove event breaks overflow-scrolling in &lt;details&gt;-element since iOS 10
          </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>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&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>rheinen&#64;ebay.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=298957" name="attach_298957" title="HTML-File to reproduce the bug">attachment 298957</a> <a href="attachment.cgi?id=298957&amp;action=edit" title="HTML-File to reproduce the bug">[details]</a></span>
HTML-File to reproduce the bug

Overflow-Scrolling in context of details-element stopped working in iOS 10.

This is reproducible with the attached file in Chrome and Safari on iOS 10.

Steps to Reproduce:
1. The dom consists of the html-element &lt;details&gt;
2. Add other elements inside &lt;details&gt; that are longer than the details-item itself so it overflows and is scrollable. The content must contain interactive elements.
3. Add an event listener for a touch event on that page

Expected Results:
The list should be scrollable.

Actual Results:
On iOS 10 the list is only scrollable outside of the link-area (on list-item-points).</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>