Bug #595
closedClosing a tab does not clear the audio buffer
0%
Description
This can sometimes be demonstrated by closing a tab playing a YouTube video.
Updated by Soren Stoutner over 4 years ago
- Priority changed from 3.x to Next Release
Updated by Soren Stoutner about 4 years ago
This will time out after a while, so you can't listen to music forever this way. In my testing, I have not seen this play for longer than 5 minutes.
Updated by Soren Stoutner about 4 years ago
In my testing in the past, this has been because the audio is buffered by an OS component. Even when the WebView was destroyed, that buffered data was retained, and would play out. However, none of my testing on my current devices now behave that way, which makes me think it was fixed by an update to WebView.
Just to be sure, I am going to manually pause the WebView and the JavaScript timers before deleting a tab.
Updated by Soren Stoutner about 4 years ago
- Status changed from New to Closed
Updated by Soren Stoutner about 4 years ago
After fixing this bug, I experienced similar behavior once, which is described at https://redmine.stoutner.com/issues/638. If anyone can reliably reproduce this, it would be very helpful in figuring out what is going on.