Open
Description
Reproduction
This issue seems to manifest under the following conditions:
- Sidenav is open in
over
orpush
mode (does not happen inside
mode). - Backdrop is disabled (this is necessary to be able to click in the content area of a
over
orpush
sidenav. - App is using the
ConfigurableFocusTrap
(does not happen with the deprecatedFocusTrap
).
Steps to reproduce:
https://stackblitz.com/edit/angular-avy29p?file=src%2Fmain.ts
- click to focus the "Content" input
Expected Behavior
"Content" input remains focused.
Actual Behavior
"Drawer" input immediately steals focus.