Changeset 148065 in webkit


Ignore:
Timestamp:
Apr 9, 2013 4:57:39 PM (11 years ago)
Author:
jer.noble@apple.com
Message:

REGRESSION (r123837): Full screen transition is broken at apple.com
https://bugs.webkit.org/show_bug.cgi?id=95650

Reviewed by Simon Fraser.

Cancel any outstanding animations on <video> elements as they enter full screen, so as to
not confuse the WebKit/WebKit2 full screen window animation about the starting and destination
screen rects.

  • css/fullscreen.css:

(video:-webkit-full-screen, audio:-webkit-full-screen):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r148064 r148065  
     12013-04-09  Jer Noble  <jer.noble@apple.com>
     2
     3        REGRESSION (r123837): Full screen transition is broken at apple.com
     4        https://bugs.webkit.org/show_bug.cgi?id=95650
     5
     6        Reviewed by Simon Fraser.
     7
     8        Cancel any outstanding animations on <video> elements as they enter full screen, so as to
     9        not confuse the WebKit/WebKit2 full screen window animation about the starting and destination
     10        screen rects.
     11
     12        * css/fullscreen.css:
     13        (video:-webkit-full-screen, audio:-webkit-full-screen):
     14
    1152013-04-09  Jer Noble  <jer.noble@apple.com>
    216
  • trunk/Source/WebCore/css/fullscreen.css

    r145003 r148065  
    3030    -webkit-flex: 1 !important;
    3131    display: block !important;
     32    -webkit-transition: none !important;
    3233}
    3334
Note: See TracChangeset for help on using the changeset viewer.