Bug 57274 - Resize controls shows up in the middle of the video controls if an ancestor has 'resize' style
Summary: Resize controls shows up in the middle of the video controls if an ancestor h...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 52917
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-28 14:56 PDT by Simon Fraser (smfr)
Modified: 2011-05-12 09:10 PDT (History)
3 users (show)

See Also:


Attachments
Testcase (574 bytes, text/html)
2011-03-28 14:56 PDT, Simon Fraser (smfr)
no flags Details
Screenshot (35.17 KB, image/png)
2011-03-28 14:56 PDT, Simon Fraser (smfr)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2011-03-28 14:56:30 PDT
Created attachment 87215 [details]
Testcase

If a div containing the video element has:

    resize: both;
    overflow: hidden;

so that it's resizable, then the time fields in the video controls also show the resizer. Weird.
Comment 1 Simon Fraser (smfr) 2011-03-28 14:56:54 PDT
Created attachment 87216 [details]
Screenshot
Comment 2 Dimitri Glazkov (Google) 2011-03-28 14:59:30 PDT
This will be fixed once bug 52917 is fixed.
Comment 3 Simon Fraser (smfr) 2011-05-12 08:41:58 PDT
Fixed now?
Comment 4 Dimitri Glazkov (Google) 2011-05-12 09:10:28 PDT
Yes!