Skip to content

Aria-Hidden error in Browser Console ? Chrome v138 #877

@marcoczen

Description

@marcoczen

Guys,

Blocked aria-hidden on an element because its descendant retained focus. 
The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. 
For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.Element with focus: <button.btn btn-primary bootbox-accept>Ancestor with aria-hidden: <div.bootbox modal fade bootbox-confirm> div.bootbox.modal.fade.bootbox-confirm

What do we do ?
There is nothin in my JS file that deals with aria.
Pls advise.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions