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
Rendering and opening an inside of a shadow root does not seem to play nice with the focus trap. I can tab out of the dialog into elements underneath it.
Ths problem was already raised here: #709 but it seems it's still not solved (using version 2.4.0).
To Reproduce
Steps to reproduce the behavior:
Create a new Lit project
Add shoelace as a dependency (or via CDN)
Use the example code from the documentation
Open the dialog and press tab. The focus will move to the button underneath.
Describe the bug
Rendering and opening an inside of a shadow root does not seem to play nice with the focus trap. I can tab out of the dialog into elements underneath it.
Ths problem was already raised here: #709 but it seems it's still not solved (using version 2.4.0).
To Reproduce
Steps to reproduce the behavior:
Create a new Lit project
Add shoelace as a dependency (or via CDN)
Use the example code from the documentation
Open the dialog and press tab. The focus will move to the button underneath.
Demo
Reproduction on CodeSandbox
Browser / OS
The text was updated successfully, but these errors were encountered: