<?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>253877</bug_id>
          
          <creation_ts>2023-03-14 02:15:36 -0700</creation_ts>
          <short_desc>[GLib] No render update when seeking outside of network buffer in fullscreen</short_desc>
          <delta_ts>2023-04-03 13:06:51 -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>WebKitGTK</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Kdwk">kdwkleung</reporter>
          <assigned_to name="Philippe Normand">philn</assigned_to>
          <cc>aboya</cc>
    
    <cc>bugs-noreply</cc>
    
    <cc>caden</cc>
    
    <cc>eocanha</cc>
    
    <cc>mcatanzaro</cc>
    
    <cc>philn</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1941150</commentid>
    <comment_count>0</comment_count>
    <who name="Kdwk">kdwkleung</who>
    <bug_when>2023-03-14 02:15:36 -0700</bug_when>
    <thetext>In YouTube videos, when seeking outside the network buffer, the whole player area (fullscreened) would sometimes not update, until manually un-fullscreening and fullscreening again.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1941151</commentid>
    <comment_count>1</comment_count>
    <who name="Kdwk">kdwkleung</who>
    <bug_when>2023-03-14 02:16:22 -0700</bug_when>
    <thetext>Screencast showing YouTube player not updating until un-fullscreening after seeking: http://kdwk.tplinkdns.com/index.php/s/CPo3Mi6am8sHAeK</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1941152</commentid>
    <comment_count>2</comment_count>
    <who name="Kdwk">kdwkleung</who>
    <bug_when>2023-03-14 02:19:31 -0700</bug_when>
    <thetext>Tested on WebKitGTK 2.39.91, Epiphany Technology Preview 44.rc-22-gf847def6c+, GStreamer 1.20.5</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1941177</commentid>
    <comment_count>3</comment_count>
    <who name="Philippe Normand">philn</who>
    <bug_when>2023-03-14 04:44:11 -0700</bug_when>
    <thetext>Can you confirm this is specific to the VA+DMABuf sink combo?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1941202</commentid>
    <comment_count>4</comment_count>
    <who name="Kdwk">kdwkleung</who>
    <bug_when>2023-03-14 06:49:01 -0700</bug_when>
    <thetext>Just checked. Happens with no environment variables as well (non-VA, non-DMABuf)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1942414</commentid>
    <comment_count>5</comment_count>
    <who name="Philippe Normand">philn</who>
    <bug_when>2023-03-19 07:58:37 -0700</bug_when>
    <thetext>This is not related with GStreamer/MSE, but with Fullscreen handling, which is implemented differently in GLib vs Apple ports (those rely on ENABLE(VIDEO_PRESENTATION_MODE) which we should at some point do too...).


Anyhow... with a Chrome UA it works. Shrug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1942416</commentid>
    <comment_count>6</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2023-03-19 08:01:53 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/11696</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1942421</commentid>
    <comment_count>7</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-03-19 10:16:34 -0700</bug_when>
    <thetext>Committed 261839@main (4ad4b2d3a795): &lt;https://commits.webkit.org/261839@main&gt;

Reviewed commits have been landed. Closing PR #11696 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1944045</commentid>
    <comment_count>8</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2023-03-26 07:34:37 -0700</bug_when>
    <thetext>*** Bug 254480 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1944046</commentid>
    <comment_count>9</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2023-03-26 07:38:36 -0700</bug_when>
    <thetext>I wish we knew why the UA quirk affects rendering updates as that seems like something websites should not be able to break no matter what they do wrong....</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1944047</commentid>
    <comment_count>10</comment_count>
    <who name="Kdwk">kdwkleung</who>
    <bug_when>2023-03-26 07:50:09 -0700</bug_when>
    <thetext>Reporting browser as Chrome apparently also enables ‘scroll for more information’, which allows users to scroll directly to to the comments section from the fullscreened video.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1944049</commentid>
    <comment_count>11</comment_count>
    <who name="Philippe Normand">philn</who>
    <bug_when>2023-03-26 08:34:20 -0700</bug_when>
    <thetext>(In reply to kdwkleung from comment #10)
&gt; Reporting browser as Chrome apparently also enables ‘scroll for more
&gt; information’, which allows users to scroll directly to to the comments
&gt; section from the fullscreened video.

Is that considered a bug or a feature? :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1944107</commentid>
    <comment_count>12</comment_count>
    <who name="Kdwk">kdwkleung</who>
    <bug_when>2023-03-26 20:33:49 -0700</bug_when>
    <thetext>Feature. Chrome and Firefox also support this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1946269</commentid>
    <comment_count>13</comment_count>
    <who name="Caden Mitchell">caden</who>
    <bug_when>2023-04-03 12:12:05 -0700</bug_when>
    <thetext>I can confirm this is now fixed in the latest technology preview. Would be nice to see this land in the stable version sometime soon as this could really improve the user experience. Thanks for all the hard work, guys!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1946290</commentid>
    <comment_count>14</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2023-04-03 13:06:51 -0700</bug_when>
    <thetext>This is on the backports list for 2.40.1.

(That said, I repeat my warning that it&apos;s fragile and may need to be removed in the future.)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>