<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#c3">Comment # 3</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@webkit.org" title="Noam Rosenthal <noam@webkit.org>"> <span class="fn">Noam Rosenthal</span></a>
</span></b>
<pre>We've encountered this on several occasions and the workaround do is to listen to onScroll and set the scrollTop to always be either 1 or (end of scroll - 1). I wonder if more people are doing this on the web as a workaround for this issue... I think I saw some that kind of code in JS frameworks.</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>