[Webkit-unassigned] [Bug 138294] Video controls have lots of compositing layers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 2 10:57:42 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=138294

--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Should we do this?
diff --git a/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css b/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css
index 2db40b85f91d76ff8ed21329d9b3b1605452ac3d..b311524148cce41fe39102c191933ec1d627b009 100644
--- a/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css
+++ b/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css
@@ -68,6 +68,7 @@ video::-webkit-media-controls-panel,
 audio::-webkit-media-controls-panel {
     box-sizing: border-box;
     position: relative;
+    z-index: 0;
     bottom: 0;
     width: 100%;
     padding-top: 1px;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141102/31d786e7/attachment-0002.html>


More information about the webkit-unassigned mailing list