michaelwiles / google-gin

Automatically exported from code.google.com/p/google-gin
Apache License 2.0
0 stars 0 forks source link

Views/widgets as singletons are present in memory and keep playing even after changing the view. #187

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a flash video Frame, like youtube video, in a view.
2. Bind the view in a singleton scope.
3. run the code, play the video and then navigate to another view.

What is the expected output? What do you see instead?
The view would be clean up and the video would stop playing, however, that is 
not the case, the video actually keeps playing the background!
Also when I come back to the view, another new instance is created of the view, 
so now I've got 2 videos playing, and you can go up as much as you want.

What version of the product are you using? On what operating system?
The problem is only present in IE10, it doesn't exist in Firefox 20 nor Chrome 
26.

Win7 64bit

It's probably an IE10 bug more than anything else.

Original issue reported on code.google.com by m4des...@gmail.com on 22 Apr 2013 at 3:40