Closed
Bug 1341638
Opened 4 years ago
Closed 4 years ago
Unable to play vtt video by clicking inside the video area when close caption menu is active
Categories
(Toolkit :: Video/Audio Controls, defect)
Toolkit
Video/Audio Controls
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | affected |
| firefox52 | --- | affected |
| firefox53 | --- | unaffected |
| firefox54 | --- | unaffected |
People
(Reporter: zstimi, Unassigned)
Details
[Affected versions]:
Fx 52.0b8
51.0.1
[Affected platforms]:
Windows 8.1 x64
Ubuntu 16.04 x64
Mac OS X 10.11
[Steps to reproduce]:
1. Open Firefox.
2. Go to "https://people-mozilla.org/~ralin/vtt/".
3. Click on the CC button.
4. Click start button from inside video to play it.
[Expected result]:
The video should start to play.
[Actual result]:
The video does not play.
[Regression range]:
This is not a recent regression, it reproduces on old Nightly (2016-06-24) when CC was first introduced, build id=20160624030212.
Bug 887934 - Add closed caption button to video control. r=jaws
[Notes]:
Gif with the issue: http://imgur.com/a/NFf1J
Comment 1•4 years ago
|
||
Looks like the mouse event is captured when CC window pops up and released when window is gone. Ray, ideas ?
Flags: needinfo?(ralin)
Comment 2•4 years ago
|
||
Yes, CC menu was a layer covered whole video element before bug 1271765(fx 53), so mouse event is suppressed if click on outside the menu. (In reply to Timea Zsoldos from comment #0) The behavior is intended as I initially tried to crib from other browsers'. I would not see this as a regression since both behavior are sensible and built on different spec/background.
Flags: needinfo?(ralin)
Comment 3•4 years ago
|
||
Marking this as WONTFIX as the issue is solved in 53.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•