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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 12:53:54 PDT 2012


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

           Summary: HTML5 video controls are not automatically fading out
                    when fullscreen
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mfeil at rim.com


This patch fixes a problem where the fullscreen HTML5 video controls do not fade out after the desired 3 second timeout. Calls to HTMLMediaElement::mediaPlayerTimeChanged() happen at least once per second while playing, and each of these calls ends up in HTMLMediaElement::updatePlayState() where MediaControlRootElement::playbackStarted() gets called every time.  This keeps repeatedly restarting the 3 second timer and it never has a chance to expire.

The playbackStarted() call should be moved so it happens only on the play transition.

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