<?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>184025</bug_id>
          
          <creation_ts>2018-03-26 14:31:31 -0700</creation_ts>
          <short_desc>iOS browsers (Chrome/Safari) scroll flickering due to video element</short_desc>
          <delta_ts>2018-03-26 15:32:48 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Layout and Rendering</component>
          <version>Safari 11</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <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="Parris">parris</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>zalan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1409414</commentid>
    <comment_count>0</comment_count>
    <who name="Parris">parris</who>
    <bug_when>2018-03-26 14:31:31 -0700</bug_when>
    <thetext>Summary:
In mobile safari, I&apos;m noticing screen flickering whenever I hit the edge of a scrollable area that contains an HTML5 video. In addition, scrolling seems to flicker at various other moments mainly centering around the video element

Steps to Reproduce:

Demo: https://codepen.io/anon/pen/ZxabYR

HTML:
&lt;div class=&quot;item-content&quot;&gt;
  &lt;img src=&quot;https://res.cloudinary.com/storyforj/image/upload/c_limit,w_1500,f_auto,fl_lossy.preserve_transparency.progressive,q_auto/ugc/3Y7A8506_izkrbg&quot;&gt;
  &lt;img src=&quot;https://res.cloudinary.com/storyforj/image/upload/c_limit,w_1500,f_auto,fl_lossy.preserve_transparency.progressive,q_auto/ugc/3Y7A8506_izkrbg&quot;&gt;
  &lt;video controls loop autoplay controlslist=&quot;nodownload&quot; playsinline&gt;
    &lt;source src=&quot;https://res.cloudinary.com/storyforj/video/upload/c_limit,w_1500,f_auto,fl_lossy,q_auto/ugc/Chop1_compressed_i4x9gt.webm&quot; type=&quot;video/webm&quot;&gt;
    &lt;source src=&quot;https://res.cloudinary.com/storyforj/video/upload/c_limit,w_1500,f_auto,fl_lossy,q_auto/ugc/Chop1_compressed_i4x9gt.mp4&quot; type=&quot;video/mp4&quot;&gt;
    &lt;source src=&quot;https://res.cloudinary.com/storyforj/video/upload/c_limit,w_1500,f_auto,fl_lossy,q_auto/ugc/Chop1_compressed_i4x9gt.ogv&quot; type=&quot;video/ogg&quot;&gt; 
  &lt;/video&gt;
&lt;/div&gt;

CSS:
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.item-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

Expected Results:
No flickering. The same result with images and other elements would be desirable.

Actual Results:
Flickering, jumpy/lagging scrolling.

Version/Build:
iOS 11.2.6, Safari 604?

Configuration:
Standard - this phone is pretty much just a factory reset</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1409433</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2018-03-26 15:32:48 -0700</bug_when>
    <thetext>&lt;rdar://problem/38885817&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>