Bug 146751 - Audio elements with controls force their enclosing stacking context to composite
Summary: Audio elements with controls force their enclosing stacking context to composite
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-08 16:37 PDT by Dean Jackson
Modified: 2015-07-08 17:13 PDT (History)
0 users

See Also:


Attachments
Patch (15.87 KB, patch)
2015-07-08 16:45 PDT, Dean Jackson
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2015-07-08 16:37:27 PDT
Audio elements with controls force their enclosing stacking context to composite
Comment 1 Dean Jackson 2015-07-08 16:38:41 PDT
<rdar://problem/21466572>
Comment 2 Dean Jackson 2015-07-08 16:45:49 PDT
Created attachment 256425 [details]
Patch
Comment 3 Simon Fraser (smfr) 2015-07-08 16:48:13 PDT
Comment on attachment 256425 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=256425&action=review

> Source/WebCore/Modules/mediacontrols/mediaControlsApple.css:149
> +    background-color: #292929;

Don't we use rgb() syntax?

> Source/WebCore/Modules/mediacontrols/mediaControlsApple.css:174
> +    z-index: 1;

z-index: 0 is enough if you're not fighting with another z-index.

> Source/WebCore/Modules/mediacontrols/mediaControlsApple.css:482
> +    color: #9c9c9c;

rgb()?

> Source/WebCore/Modules/mediacontrols/mediaControlsApple.css:535
> +    color: #9c9c9c;

rgb?
Comment 4 Dean Jackson 2015-07-08 17:13:58 PDT
Committed r186543: <http://trac.webkit.org/changeset/186543>