Skip to content

AblePlayer breaks other accessible modals present on page #611

@mably

Description

@mably

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions