id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 27971 pauseAllPlayers in media-audiovidio.js stops players on the entire page raptor235 wonderboymusic "The issue is that players outside of the tinymce get stopped... the function should target the players within the tinymce editor only and don't stop all players on the page weather they're related to the switching between rich text and html mode... $(document.body) .on( 'click', '.wp-switch-editor', wp.media.mixin.pauseAllPlayers ) pauseAllPlayers: function() { var p; if ( window.mejs && window.mejs.players ) { for ( p in window.mejs.players ) { window.mejs.players[p].pause(); } } }, " defect (bug) closed normal 4.0 Media 3.9 normal fixed has-patch javascript