<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: Scrubber should not follow actual video time, causes scrubber to be jumpy"
   href="https://bugs.webkit.org/show_bug.cgi?id=144700#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Media Controls: Scrubber should not follow actual video time, causes scrubber to be jumpy"
   href="https://bugs.webkit.org/show_bug.cgi?id=144700">bug 144700</a>
              from <span class="vcard"><a class="email" href="mailto:jer.noble&#64;apple.com" title="Jer Noble &lt;jer.noble&#64;apple.com&gt;"> <span class="fn">Jer Noble</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=252597&amp;action=diff" name="attach_252597" title="patch">attachment 252597</a> <a href="attachment.cgi?id=252597&amp;action=edit" title="patch">[details]</a></span>
patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=252597&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=252597&amp;action=review</a>

<span class="quote">&gt; Source/WebCore/Modules/mediacontrols/mediaControlsApple.js:888
&gt;      handleTimelineMouseMove: function(event)
&gt;      {
&gt; +        this.updateControlsWhileScrubbing();
&gt; +</span >

Shouldn't this be handled in handleTimelineInput()?  (And in handleTimelineChange())? Doing it this way means that the controls won't update when the timeline is changed through Accessibility.

<span class="quote">&gt; Source/WebCore/Modules/mediacontrols/mediaControlsApple.js:1408
&gt; +        
&gt; +        if (this.isWaitingForBuffer)
&gt; +            return;</span >

Why is this necessary? Surely we're not getting &quot;timechange&quot; events when we're in the &quot;waiting&quot; state.</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>