Changeset 87703 in webkit


Ignore:
Timestamp:
May 30, 2011 5:05:02 PM (13 years ago)
Author:
jer.noble@apple.com
Message:

2011-05-30 Jer Noble <jer.noble@apple.com>

Reviewed by Dan Bernstein.

Play/Pause button in wrong state when entering full screen on Vimeo
https://bugs.webkit.org/show_bug.cgi?id=61754

Update the play/pause button inside reset(). This ensures the button is in
the correct state when the controls are created after playback has already
started.

  • html/shadow/MediaControlRootElement.cpp: (WebCore::MediaControlRootElement::reset):
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r87701 r87703  
     12011-05-30  Jer Noble  <jer.noble@apple.com>
     2
     3        Reviewed by Dan Bernstein.
     4
     5        Play/Pause button in wrong state when entering full screen on Vimeo
     6        https://bugs.webkit.org/show_bug.cgi?id=61754
     7
     8        Update the play/pause button inside reset().  This ensures the button is in
     9        the correct state when the controls are created after playback has already
     10        started.
     11
     12        * html/shadow/MediaControlRootElement.cpp:
     13        (WebCore::MediaControlRootElement::reset):
     14
    1152011-05-30  No'am Rosenthal  <noam.rosenthal@nokia.com>
    216
  • trunk/Source/WebCore/html/shadow/MediaControlRootElement.cpp

    r87692 r87703  
    311311    }
    312312
     313    m_playButton->updateDisplayType();
     314
    313315#if ENABLE(FULLSCREEN_API)
    314316    if (document()->webkitIsFullScreen() && document()->webkitCurrentFullScreenElement() == m_mediaElement) {
Note: See TracChangeset for help on using the changeset viewer.