<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Media Controls stop update after hovering for a few seconds"
   href="https://bugs.webkit.org/show_bug.cgi?id=144770#c26">Comment # 26</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Media Controls stop update after hovering for a few seconds"
   href="https://bugs.webkit.org/show_bug.cgi?id=144770">bug 144770</a>
              from <span class="vcard"><a class="email" href="mailto:roger_fong&#64;apple.com" title="Roger Fong &lt;roger_fong&#64;apple.com&gt;"> <span class="fn">Roger Fong</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=144770#c25">comment #25</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=253390&amp;action=diff" name="attach_253390" title="patchh">attachment 253390</a> <a href="attachment.cgi?id=253390&amp;action=edit" title="patchh">[details]</a></span>
&gt; patchh
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=253390&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=253390&amp;action=review</a>
&gt; 
&gt; &gt; Source/WebCore/ChangeLog:12
&gt; &gt; +        It should only happen when the mouse leaves the video entirely.
&gt; 
&gt; What about fullscreen video?</span >

This is also true of fullscreen video.
If your mouse leaves the fullscreen video (I guess this would happen with multiple monitors) the controls should disappear. If you only have one screen then they will always appear as soon as you move the mouse anywhere on the screen and can only disappear as a result of no mouse movement for a certain amount of time.

<span class="quote">&gt; 
&gt; &gt; Source/WebCore/ChangeLog:17
&gt; &gt; +        remove controls entirely from the tree.
&gt; 
&gt; Why?</span >

This is the strategy that Simon, Jer and I finally settled on for avoiding unnecessary paints and style recalcs, simply to remove the controls entirely when they are hidden and re-add them back in when they are shown. This way we can call updateTime and progress as much as we want while the controls are hidden with none of those performance penalties.</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>