Closed
Bug 1527863
Opened 6 years ago
Closed 6 years ago
<video> with controls attribute doesn't show proper UI with specific white-space style
Categories
(Toolkit :: Video/Audio Controls, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: lcz970, Assigned: jaws)
References
()
Details
(Keywords: parity-chrome, parity-edge, parity-ie)
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
<style>
video {
white-space: pre
white-space: pre-wrap
}
</style>
<video src="video.mp4" controls></video>
Actual results:
Native control UI will not show up
(Click event still works for pause/unpause and fullscreen)
Expected results:
Native control UI should always work properly when "controls" attribute is on
Comment 1•6 years ago
|
||
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0
20190213213409
Status: UNCONFIRMED → NEW
Component: Untriaged → Video/Audio Controls
Ever confirmed: true
Product: Firefox → Toolkit
| Assignee | ||
Updated•6 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jaws
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•6 years ago
|
||
Pushed by dvarga@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/a110f9abc663
Prevent the video controls from inheriting white-space style. r=alwu
Comment 4•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Updated•6 years ago
|
QA Whiteboard: [qa-67b-p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•