Conversation
Removed the html tag so firefox would not continue to download the movie file in the background.
|
Thanks for helping out. Instead of component.js, this should go in the html5 tech's dispose method. |
If the HTML tag is not removed, the video will still download in the background in Firefox after the player is disposed.
Moved my fix to src/js/media/html5.js
|
OK what's the status now? |
|
Here's what I think needs to happen there: We should be referring the the tech's element here instead of the player's tag. They're one in the same except on platforms where we throw away the original tag and create a new element. When that happens we already dispose the original tag correctly, but without this change we'd miss disposing the newly created element. Can you test if this does what you need it to? |
|
Tested. Yes that works. |
|
Great, thanks. Will merge in soon. Tested. Yes that works. — |
|
Disappointed to see 4.6.4 does not contain this fix. |
|
@sethborg Sorry about that, 4.6.4 had some pretty crucial fixes that needed to go out as soon as possible. Since we were releasing on a Friday afternoon we opted to keep it as simple as possible to avoid breaking things for everyone over a weekend :) This will get pulled in soon. |
|
Made some updates and waiting on @sethborg's approval: sethborg#1 |
|
@sethborg Thanks for the help! This will go out with the next minor release. |
Removed the html tag so firefox would not continue to download the movie file in the background.