Closed Bug 1527863 Opened 5 years ago Closed 5 years ago

<video> with controls attribute doesn't show proper UI with specific white-space style

Categories

(Toolkit :: Video/Audio Controls, defect, P3)

65 Branch
defect

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

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: nobody → jaws
Status: NEW → ASSIGNED
Pushed by dvarga@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/a110f9abc663
Prevent the video controls from inheriting white-space style. r=alwu
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
QA Whiteboard: [qa-67b-p2]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: