[NSFW] Video does not display correctly when in full screen on chaturbate
Categories
(Web Compatibility :: Site Reports, defect, P2)
Tracking
(Webcompat Priority:P3, Webcompat Score:1, firefox117 affected, firefox118 affected, firefox119 affected, firefox121 affected, firefox122 affected, firefox123 affected)
People
(Reporter: emanuellclaudiu, Assigned: twisniewski)
References
()
Details
(4 keywords, Whiteboard: [webcompat:sightline][webcompat:core])
User Story
platform:android impact:significant-visual configuration:general affects:all outreach-assignee:jrmuizel outreach-contact-date:2025-02-25 user-impact-score:0
Attachments
(2 files)
User Agent: Mozilla/5.0 (Android 11; Mobile; rv:109.0) Gecko/118.0 Firefox/118.0
Steps to reproduce:
- Enter this site: https://m.chaturbate.com
- We select any video which is also live stream.
- Press to enter full screen.
- You can see that the address tray remains on the screen along with the video. (And it can't be put in PIP - Picture-in-Picture either)
I put a screenshot.
Actual results:
The video does not stream correctly in full screen.
Expected results:
The video should be correctly placed in full screen.
In Chrome it works fine.
| Reporter | ||
Comment 1•2 years ago
|
||
There are many sites, with live stream, which has the same behavior. Can it be checked and solved?
Comment 2•2 years ago
|
||
Can you provide another SFW site that we can use for testing?
Also, please do not need-info people when filing a bug, we have a triage process and while it can be slow at times we a lot of bugs to get through to fix. 🙂
| Reporter | ||
Comment 3•2 years ago
|
||
(In reply to Jonathan Almeida [:jonalmeida] from comment #2)
Can you provide another SFW site that we can use for testing?
Also, please do not need-info people when filing a bug, we have a triage process and while it can be slow at times we a lot of bugs to get through to fix. 🙂
At the moment I have only noticed this error on this site, tested in Firefox and Chrome.
Comment 4•2 years ago
|
||
Is this a recent regression in 118 or 119? I see your screenshot filename says "Firefox Nightly", but the User-Agent string in comment 0 says "Firefox/118.0".
| Reporter | ||
Comment 5•2 years ago
|
||
(In reply to Chris Peterson [:cpeterson] from comment #4)
Is this a recent regression in 118 or 119? I see your screenshot filename says "Firefox Nightly", but the User-Agent string in comment 0 says "Firefox/118.0".
I can reproduce on Firefox Nightly, Firefox Beta and Firefox Stable. I think it's been a problem for a long time.
Comment 6•2 years ago
|
||
This site seems to use videojs (https://github.com/videojs/video.js). But this doesn't call element.requestFullscreen() on content script.
Comment 7•2 years ago
|
||
Moving to webcompat.
Comment 8•2 years ago
|
||
(I guess that this issue is web site bug, not video.js).
| Reporter | ||
Comment 9•2 years ago
|
||
This error is reproducible on the latest versions, Nightly, Beta and Stable. It can be verified
Updated•2 years ago
|
Comment 10•2 years ago
|
||
eclaudiu64, this issue is web site side, not Firefox. They look user-agent name. If it is Firefox, they don't set window to full screen. Ask web site's owner.
function U() {
if ((0, s.Tt) ()) return !1;
if (/UCBrowser|Firefox|SamsungBrowser/.test(navigator.userAgent)) return !1;
if (/Chrome\//.test(navigator.userAgent)) {
const e = navigator.userAgent.split('Chrome/') [1].split('.') [0];
if (parseInt(e) < 72) return !1
}
return !0
}
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Updated•10 months ago
|
| Assignee | ||
Comment 11•10 months ago
|
||
Updated•10 months ago
|
Comment 12•10 months ago
|
||
Comment 13•10 months ago
|
||
| bugherder | ||
| Assignee | ||
Updated•10 months ago
|
Updated•10 months ago
|
Updated•6 months ago
|
Updated•2 months ago
|
Updated•1 month ago
|
Description
•