Closed
Bug 618203
Opened 15 years ago
Closed 15 years ago
Audio controls current playback position is sometimes clipped
Categories
(Toolkit :: Video/Audio Controls, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: cpearce, Unassigned)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
54.78 KB,
image/png
|
Details |
In bug 604885 we made the video controls have style "overflow: -moz-hidden-unscrollable", but this has caused controls for audio elements to sometimes resize to the exact size of the controlbar, which clips the timelabel at the top (cutting off the top half), and clips the volumeStack as well, meaning you can't adjust the volume at all, you can only mute it.
See attached screenshot, or testcase at URL (which is the testcase for bug 618039).
We should either:
1. Backout the change to make moz-hidden-unscrollable (which will regress bug 604885), or
2. somehow make the timelabel and volumeStack not clipped by the overflow handling, or
3. change the videocontrols so that the timelabel and volumeStack are entirely contained inside the controlbar.
I'm not sure what dolske's plans are for the video controls, but if we can't do either of the second two options for FF4, we should at least backout bug 604885.
Reporter | ||
Updated•15 years ago
|
blocking2.0: --- → ?
Maybe we can move the -moz-hidden-unscrollable style down into the elements in the video controls.
Comment 2•15 years ago
|
||
UI is pretty broken in this case, since the numbers aren't readable. blocking+.
blocking2.0: ? → final+
Updated•15 years ago
|
Keywords: regression
Reporter | ||
Comment 3•15 years ago
|
||
I backed out bug 604885 to fix this.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•