New issue
Advanced search Search tips

Issue 805897 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug


Show other hotlists

Hotlists containing this issue:
Modern-Media-Controls


Sign in to add a comment

Modern Media Controls: audio tag has height of zero unless set

Project Member Reported by steimel@chromium.org, Jan 25 2018

Issue description

Right now, if you have an audio tag whose style.height is unset, the element's height becomes zero and the element is invisible and unusable
 
Status: Started (was: Assigned)
Project Member

Comment 2 by bugdroid1@chromium.org, Jan 30 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/e89886f063ae935f46e73a651f4d12d8319be1e2

commit e89886f063ae935f46e73a651f4d12d8319be1e2
Author: Tommy Steimel <steimel@chromium.org>
Date: Tue Jan 30 16:56:32 2018

Fix up CSS for audio tag to prevent sizing issues

This CL fixes a few problems with the CSS for the modern media controls
audio tag. It hides the controls completely when the controls attribute
is not set. It ensures that the controls always have a height of 54px,
which fixes a bug where the controls could become shorter down to 0px.
It also removes some duplicated properties.

Bug:  805897 
Change-Id: I224389e17e9bc98bcd6f339aed1f9a44ca3cb8d4
Reviewed-on: https://chromium-review.googlesource.com/886652
Reviewed-by: Mounir Lamouri (slow) <mlamouri@chromium.org>
Commit-Queue: Tommy Steimel <steimel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532921}
[modify] https://crrev.com/e89886f063ae935f46e73a651f4d12d8319be1e2/third_party/WebKit/Source/modules/media_controls/resources/modernMediaControls.css

Status: Fixed (was: Started)

Sign in to add a comment