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
A bug is a demonstrable problem caused by code in the library. Please provide a clear and concise description of what the bug is here.
Focus is not handled correctly for screen readers when you try to open the drawer as it just brings you to a part of the page that says dialog and you can't read what is in the drawer. You can just press enter again to properly open it but it is a bit confusing. I think adding the autofocus attribute would probably fix this issue. It should probably be on the close button at the top or the header if there is one.
This bug also applies to other components that use the dialog element.
Describe the bug
A bug is a demonstrable problem caused by code in the library. Please provide a clear and concise description of what the bug is here.
Focus is not handled correctly for screen readers when you try to open the drawer as it just brings you to a part of the page that says dialog and you can't read what is in the drawer. You can just press enter again to properly open it but it is a bit confusing. I think adding the autofocus attribute would probably fix this issue. It should probably be on the close button at the top or the header if there is one.
This bug also applies to other components that use the dialog element.
To Reproduce
Steps to reproduce the behavior:
Browser / OS
The text was updated successfully, but these errors were encountered: