<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>185614</bug_id>
          
          <creation_ts>2018-05-14 10:32:04 -0700</creation_ts>
          <short_desc>Mobile Safari: Momentum scrolling stops working for a couple of seconds</short_desc>
          <delta_ts>2022-02-10 22:04:26 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>Safari 11</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>MOVED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=228907</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="André">andre.koenig</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>makarchick</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>thorton</cc>
    
    <cc>tyler</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>wenson_hsieh</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1423678</commentid>
    <comment_count>0</comment_count>
    <who name="André">andre.koenig</who>
    <bug_when>2018-05-14 10:32:04 -0700</bug_when>
    <thetext>Scrolling an area with activated momentum scrolling (-webkit-overflow-scrolling: touch) AND &quot;deactivated rubberband&quot; leads to a scenario in which the scrolling is blocked for a couple of seconds.

I created a demo for that case: https://codesandbox.io/s/134y68k187

The important parts are:

*html* element:

```
html {
  ...
  overflow: hidden;
  position: fixed;
  overscroll-behavior-y: none;
  ...
}

```

The actual &quot;content&quot; element with the scrollable list:

```
  align-self: stretch;
  background: rgba(0, 0, 0, 0.01);
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
```

Unfortunately, the scrolling stops working when accidentally start the scrolling interaction on the header and moving the finger to the list. When doing that, the respective list with cards is not scrollable anymore.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1424988</commentid>
    <comment_count>1</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2018-05-17 16:22:07 -0700</bug_when>
    <thetext>This is a UIKit behavior where you can&apos;t scroll when something is rubber-banding, I think.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1445040</commentid>
    <comment_count>2</comment_count>
    <who name="">makarchick</who>
    <bug_when>2018-07-25 09:08:18 -0700</bug_when>
    <thetext>I experience the same bug, without using &quot;overscroll-behavior-y&quot;. Here&apos;s my reproduction: https://codesandbox.io/s/1qz8v5q5wq

This is the relevant StackOverflow question https://stackoverflow.com/questions/39692337/div-scrolling-freezes-sometimes-if-i-use-webkit-overflow-scrolling that received no answer since 2016.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1463371</commentid>
    <comment_count>3</comment_count>
    <who name="Tyler Sticka">tyler</who>
    <bug_when>2018-09-25 15:22:48 -0700</bug_when>
    <thetext>We&apos;ve experienced this bug on a recent project, and have been able to reproduce it in all of our projects that use -webkit-overflow-scrolling: touch on a fixed-position element. It can be tough to reproduce, but as André mentioned in his comment, it appears to happen when you&apos;ve scrolled to the very top or very bottom of an element and a portion of your finger drifts onto a nearby element. I&apos;ve had more success reproducing if _after_ your finger drifts, you attempt to scroll the opposite direction before the elasticity has resolved.

Another demo that suffers from this issue: https://codepen.io/tylersticka/pen/15bdad0e1241a8556e4016905dc31ef9/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1463397</commentid>
    <comment_count>4</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2018-09-25 15:56:13 -0700</bug_when>
    <thetext>&lt;rdar://problem/44777596&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1840204</commentid>
    <comment_count>5</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2022-02-10 22:04:26 -0800</bug_when>
    <thetext>The fix for this issue was needed outside the WebKit project, therefore this is being resolved as &apos;Moved&apos;.

This should now be fixed in shipping software.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>