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

Destroying UI doesn't remove PIP #3553

Closed
FireMasterK opened this issue Jul 27, 2021 · 1 comment
Closed

Destroying UI doesn't remove PIP #3553

FireMasterK opened this issue Jul 27, 2021 · 1 comment
Assignees
Labels
component: UI The issue involves the Shaka Player UI flag: good first issue This might be a relatively easy issue; good for new contributors priority: P2 Smaller impact or easy workaround status: archived Archived and locked; will not be updated type: enhancement New feature or request
Milestone

Comments

@FireMasterK
Copy link

Have you read the FAQ and checked for duplicate open issues?
Yes

What version of Shaka Player are you using?
3.2.0

Can you reproduce the issue with our latest release version?
Yes

Can you reproduce the issue with the latest code from master?
Haven't tried

Are you using the demo app or your own custom app?
Custom App

If custom app, can you reproduce the issue using our demo app?
Yes

What browser and OS are you using?
Chromium and Brave, Linux

What configuration are you using? What is the output of player.getConfiguration()?
Shouldn't matter

What did you do?

  • On the demo page, play and video
  • Start picture-in-picture mode
  • run document.querySelector("video").ui.destroy() in the javascript console

What did you expect to happen?
The Picture-In-Picture popup to disappear as well.

What actually happened?
The picture-in-picture popup stayed, with it being stuck on the last played frame.

@theodab
Copy link
Collaborator

theodab commented Jul 27, 2021

Seems like a reasonable idea to me.

@theodab theodab added flag: good first issue This might be a relatively easy issue; good for new contributors type: enhancement New feature or request priority: P2 Smaller impact or easy workaround component: UI The issue involves the Shaka Player UI and removed needs triage labels Jul 27, 2021
@theodab theodab self-assigned this Jul 27, 2021
@shaka-bot shaka-bot added this to the Backlog milestone Jul 27, 2021
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Sep 26, 2021
@shaka-project shaka-project locked and limited conversation to collaborators Sep 26, 2021
joeyparrish pushed a commit that referenced this issue Oct 12, 2021
The UI can open up Picture-in-Picture mode, through the PiP button,
but it does not automatically leave PiP mode when being destroyed.
This CL adds leaving PiP mode to the destroy process.

Closes #3553

Change-Id: I6830a7ceed7e4ca4fbd0e7d36b8257d564e0226c
joeyparrish pushed a commit that referenced this issue Oct 12, 2021
The UI can open up Picture-in-Picture mode, through the PiP button,
but it does not automatically leave PiP mode when being destroyed.
This CL adds leaving PiP mode to the destroy process.

Closes #3553

Change-Id: I6830a7ceed7e4ca4fbd0e7d36b8257d564e0226c
joeyparrish pushed a commit that referenced this issue Oct 12, 2021
The UI can open up Picture-in-Picture mode, through the PiP button,
but it does not automatically leave PiP mode when being destroyed.
This CL adds leaving PiP mode to the destroy process.

Closes #3553

Change-Id: I6830a7ceed7e4ca4fbd0e7d36b8257d564e0226c
@avelad avelad modified the milestones: Backlog, v3.3 May 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: UI The issue involves the Shaka Player UI flag: good first issue This might be a relatively easy issue; good for new contributors priority: P2 Smaller impact or easy workaround status: archived Archived and locked; will not be updated type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants