You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When closing the drawer, I can sometimes observe the following error in the console.
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
Ancestor with aria-hidden: <div part="panel" class="drawer__panel" role="dialog" aria-modal="true" tabindex="0" aria-hidden="true" aria-labelledby="title">flex<!--?lit$790917313$--><header part="header" class="drawer__header">…</header>flex<slot part="body" class="drawer__body">…</slot><footer part="footer" class="drawer__footer">…</footer></div>
To Reproduce
Steps to reproduce the behavior:
Use Chrome (at least thus far only reproduced there)
Describe the bug
When closing the drawer, I can sometimes observe the following error in the console.
To Reproduce
Steps to reproduce the behavior:
Demo
https://shoelace.style/components/drawer
Screenshots
Browser / OS
The text was updated successfully, but these errors were encountered: