RESOLVED FIXED 144470
Media control volume slider is opaque
https://bugs.webkit.org/show_bug.cgi?id=144470
Summary Media control volume slider is opaque
Roger Fong
Reported 2015-04-30 14:35:04 PDT
Attachments
patch (1.28 KB, patch)
2015-04-30 14:44 PDT, Roger Fong
no flags
Roger Fong
Comment 1 2015-04-30 14:44:15 PDT
Created attachment 252091 [details] patch Seeing as all the mix-blend-modes create new compositing regions on the controls anyways, the original z-index: 0 is now just hurting, not helping. The fact that the volume slider blend doesn't work while all the other blends do probably has something to do with the fact that it's rotated off the main control bar.
Roger Fong
Comment 2 2015-05-01 13:13:21 PDT
Simon gave me the verbal go ahead over irc. http://trac.webkit.org/changeset/183687
Alexey Proskuryakov
Comment 3 2015-05-01 15:32:53 PDT
WebKit Commit Bot
Comment 4 2015-05-01 15:34:46 PDT
Re-opened since this is blocked by bug 144505
Roger Fong
Comment 5 2015-05-01 16:13:34 PDT
By removing a CSS property? That should never be the case. Sounds like a bug in the compositing code.
Alexey Proskuryakov
Comment 6 2015-05-03 19:57:29 PDT
The assertions went away after the rollout, so yes.
Roger Fong
Comment 7 2015-05-05 11:04:38 PDT
Re-landed with test expectations: http://trac.webkit.org/changeset/183820 Bug to track failures: https://bugs.webkit.org/show_bug.cgi?id=144630
Alexey Proskuryakov
Comment 8 2015-05-05 16:14:03 PDT
Is this really the right thing to do? We lose test coverage for all affected tests, not to mention that CrashReporter will make other tests more flaky. Also, we still assert on fast/regions/inline-block-inside-anonymous-overflow.html and compositing/regions/transform-transparent-positioned-video-inside-region.html
Note You need to log in before you can comment on or make changes to this bug.