<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 - Latch does not clear when a scroll snap animation is triggered"
   href="https://bugs.webkit.org/show_bug.cgi?id=149681">149681</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Latch does not clear when a scroll snap animation is triggered
          </td>
        </tr>

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

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

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </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>Layout and Rendering
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>bfulgham&#64;webkit.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The blog post about the new scroll snap feature identified a bug in the latching logic.

Steps to reproduce:
1. Create a web page with two (or more) &lt;div&gt; elements holding content with scroll snap style turned on.
2. Perform a trackpad or mouse wheel move in the top element to trigger a scroll snap &quot;glide&quot; so that it animates to its second position.
3. Perform another trackpad or mouse wheel move (in the top element) to trigger a scroll snap &quot;snap back&quot; to the second position.
4. Move the mouse pointer to the lower &lt;div&gt; element.
5. Perform a trackpad or mouse wheel move in the bottom element to move the div content.

The bottom div should scroll (or scroll-snap), but the bug causes the top element to hold latch state. This causes the top div to move instead of the div the user is interacting with.</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>