Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The player is overlapping everything in the app including popover cards on the webpage. #8620

Open
lalit-tudip opened this issue Feb 28, 2024 · 2 comments
Labels
needs: reduced test case needs: triage This issue needs to be reviewed

Comments

@lalit-tudip
Copy link

Description

What:

Issue

Since last week I've been facing an issue where my player video is overlapping everything and behaving weirdly. The video overlaps everything including the popover cards which are a part of the browser, which should not be overlapped.

Where:

This is only reproducible in MacOS Sonomo 14.2 and later and in Chrome. I checked on with same OS on Safari and it is working, I also checked on other OS(windows, Linux) in Chrome and it working as expected.

I found a similar issue #1192 but the solution didn't work for me.

.video-js .vjs-control-bar {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

Note: This is not an issue with my latest changes, I'm able to repro the same issue in our year-old builds, with the same OS and Chrome combo.

@gkatsev @mister-ben Could you please assist me on this?

Attachments:

1709114025708

Reduced test case

NA

Steps to reproduce

NA

Errors

No errors

What version of Video.js are you using?

7.21.4

Video.js plugins used.

"videojs-contrib-dash": "5.1.0", "videojs-contrib-eme": "3.9.0", "@videojs/http-streaming": "^2.8.0",

What browser(s) including version(s) does this occur with?

Mac Safari 17.3.1

What OS(es) and version(s) does this occur with?

Mac Sonoma 14.3.1

@lalit-tudip lalit-tudip added the needs: triage This issue needs to be reviewed label Feb 28, 2024
@mister-ben
Copy link
Contributor

Please add a reduced test case

@lalit-tudip
Copy link
Author

@mister-ben I can't share the URL and creds publicly, if you can share your ID, I can DM you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: reduced test case needs: triage This issue needs to be reviewed
Projects
None yet
Development

No branches or pull requests

2 participants