[Webkit-unassigned] [Bug 86769] HTML5 video controls are not automatically fading out when fullscreen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 14:02:39 PDT 2012


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





--- Comment #8 from Jer Noble <jer.noble at apple.com>  2012-05-17 14:01:43 PST ---
(In reply to comment #7)
> (In reply to comment #6)
> > Ah, to answer my own question again: this is probably MediaPlayerPrivate-specific behavior.  Some platform media engines (namely, QTKit and AVFoundation) only emit a mediaPlayerTimeChanged callback during discontinuities (I.e. scrubbing).  So on those platforms, this behavior will not occur.  On what platform are you seeing this behavior?
> 
> This is on BlackBerry. We need to send frequent time updates to make sure that the currentTimeDisplay text and timeRemainingDisplay text stay up to date.

That should be handled independent of the MediaPlayerPrivate by HTMLMediaElement::playbackProgressTimerFired(Timer<HTMLMediaElement>*) and thus by mediaControls()->playbackProgressed().

This is a good fix, but I think you may be fixing the symptom of a larger issue.  And perhaps we should make explicit the expectation that mediaPlayerTimeChanged() is only called during scrubbing / seeking.

-- 
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