-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Audio continues when a new window is closed #750
Comments
This is a big blocker for me, is there anything I can do to help track down the bug ? 🙏🏻 |
16d1924 seems to be where the |
Ok re-adding that fixes it, but a bigger issue seems to be the lack of automated test for this to prevent such a bad bug from popping up again in the future. I will have a think of a way to add one :) |
16d1924 was actually the fix. the about:blank navigation merely resets the process, but doesn't close it which is what we actually want and what #556 implemented back then. But some commit between #556 and today broke it again (it indeed worked correctly, as in no zombie processes, for this timeframe) |
Ahh, ok fair enough :) |
at least I can help with a git bisect to find exact commit :) |
this is the first bad commit 2eba8c9 the commit before this one works correctly |
Describe the bug
A second window opened at startup will continue to play audio
Steps To Reproduce
Steps to reproduce the behavior, just this:
Expected behavior
When I close the second window, I expect the youtube video to stop playing, but instead the audio continues in the background
Screenshots
If applicable, add screenshots to help explain your problem.
Platform and Versions (please complete the following information):
OS: macos
Rustc: 1.65
Would you assign yourself to resolve this bug?
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: