Bug 61714 - 30 second rewind button obscured in fullscreen controller when video uses custom inline controls
Summary: 30 second rewind button obscured in fullscreen controller when video uses cus...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2011-05-29 17:10 PDT by mitz
Modified: 2011-05-29 17:20 PDT (History)
0 users

See Also:


Attachments
Let elements know when they become and cease being fullscreen and use that to update the media controls (5.55 KB, patch)
2011-05-29 17:15 PDT, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2011-05-29 17:10:41 PDT
30 second rewind button obscured in fullscreen controller when video uses custom inline controls
Comment 1 mitz 2011-05-29 17:15:57 PDT
Created attachment 95309 [details]
Let elements know when they become and cease being fullscreen and use that to update the media controls
Comment 2 mitz 2011-05-29 17:20:55 PDT
Fixed in r87657. <http://trac.webkit.org/changeset/87657>

We reused <rdar://problem/9515650> for this.