[Webkit-unassigned] [Bug 86769] mediaControls()->playbackStarted() may be called more than once

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 16:28:20 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86769





--- Comment #10 from Jer Noble <jer.noble at apple.com>  2012-05-17 16:27:24 PST ---
(In reply to comment #9)
> I've stopped calling mediaPlayerTimeChanged() unnecessarily, and the patch attached to this PR is no longer needed. Or at least not needed to fix any perceptible problem. I'll have a hard time coming up with an automated test now ;)

Oh, I can imagine that a script that did:

video.play()
setTimeout(function() { video.currentTime = video.currentTime - 1.0; }, 1000);

Would make the full screen controls reappear after seeking.  But you're right, it's less of an important bug now. :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list