[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 13:29:29 PDT 2012


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





--- Comment #2 from Jer Noble <jer.noble at apple.com>  2012-05-17 13:28:33 PST ---
(From update of attachment 142535)
View in context: https://bugs.webkit.org/attachment.cgi?id=142535&action=review

> Source/WebCore/ChangeLog:19
> +        No new tests because the visibility of the controls is not
> +        available from Javascript.

The visibility of the controls /is/ available from JavaScript.  Look at the test in LayoutTests/fullscreen/video-controls-override.html.  And a test is needed here.

> Source/WebCore/html/HTMLMediaElement.cpp:-3596
> +            if (hasMediaControls())
> +                mediaControls()->playbackStarted();
>          }
>  
> -        if (hasMediaControls())
> -            mediaControls()->playbackStarted();

Why does this change only affect full-screen mode?

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