[Webkit-unassigned] [Bug 163592] Modern media controls don't update their rendering correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 18 08:06:23 PDT 2016


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

--- Comment #3 from Antti Koivisto <koivisto at iki.fi> ---
--- Source/WebCore/Modules/modern-media-controls/controls/media-controls.css    (revision 207457)
+++ Source/WebCore/Modules/modern-media-controls/controls/media-controls.css    (working copy)
@@ -23,7 +23,9 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */

-.media-controls,
+.media-controls {
+    position: relative;
+}
 .media-controls > .controls-bar {
     position: absolute;

makes them show up

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161018/968e3cea/attachment.html>


More information about the webkit-unassigned mailing list