Other accessible modals will be displayed as soon as you have an AblePlayer active on the page as their aria-hidden=true attribute is removed by the following code:
$('body > *').not('.able-modal-overlay').not('.able-modal-dialog').removeAttr('aria-hidden');
How can we fix this? This above code seems pretty intrusive.
Related issue: #252