<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - If a scrollable layer is at its end position and user tries to scroll it with a down-scroll gesture, it will not scroll"
   href="https://bugs.webkit.org/show_bug.cgi?id=169509#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - If a scrollable layer is at its end position and user tries to scroll it with a down-scroll gesture, it will not scroll"
   href="https://bugs.webkit.org/show_bug.cgi?id=169509">bug 169509</a>
              from <span class="vcard"><a class="email" href="mailto:noam&#64;webkit.org" title="Noam Rosenthal &lt;noam&#64;webkit.org&gt;"> <span class="fn">Noam Rosenthal</span></a>
</span></b>
        <pre>&#64;smfr Exactly, seems like ScrollAnimator::handleWheelEvent returns false when you start 
 scrolling in the wrong direction, and then assigns the frame to stopElement. 
Maybe in a case like this one (where scroll is possible in the opposite direction) ScrollAnimator and friends should return true but not actually scroll, or alternatively return a value that would signal EventHandler to not latch?</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>