Closed
Bug 1795106
Opened 2 years ago
Closed 2 years ago
CC subtitles are not displayed inside the PiP window on TubiTv
Categories
(Toolkit :: Picture-in-Picture, defect)
Tracking
()
VERIFIED
FIXED
108 Branch
People
(Reporter: rdoghi, Assigned: kpatenio)
References
(Blocks 2 open bugs)
Details
Attachments
(3 files)
Found in
- 107.0a1 (2022-10-13)
Affected versions
- Firefox Nightly 107.0a1
- Beta 106.0b9
- Release 105.0.3
Affected platforms
- Windows, Mac
Steps to reproduce
- Connect To US on any VPN.
- Reach https://tubitv.com/tv-shows/541230/s01-e01-secret-garden?start=true and play Episode 1.
- Enter PiP mode.
- Enable CC subtitles
Expected result
- Subtitles should be displayed inside the PiP window.
Actual result
- The CC Subtitles are only displayed in the Main Window.
Reporter | ||
Updated•2 years ago
|
Has STR: --- → yes
Comment 1•2 years ago
|
||
This is also reproducible on nytimes.com/video. Subtitles are not displayed inside the PiP window.
Reporter | ||
Comment 2•2 years ago
|
||
This issue also occurs in 97.0a1 (2021-12-30).
Took a peek at the DOM for Tubi videos. The captions container was apparently updated to use a data attribute data-id
. Our original script relied on finding a div with an id = "captionsComponent". It seems that all we need to do is update the script to observe the proper element.
Pushed by kpatenio@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/608da48a7005
updated tubitv script for PiP cc and subs support. r=pip-reviewers,niklas
Comment 6•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
Reporter | ||
Comment 7•2 years ago
|
||
Verified as fixed in our latest Nightly build 108.0a1 (2022-11-08).
Comment 8•2 years ago
|
||
The patch landed in nightly and beta is affected.
:kpatenio, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox107
towontfix
.
For more information, please visit auto_nag documentation.
Flags: needinfo?(kpatenio)
Flags: needinfo?(kpatenio)
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•