Xurxe Toivo García
Xurxe Toivo García
Even though https://github.com/mui/material-ui/issues/34734 is about the Drawer component, the solutions I proposed in [my comment](https://github.com/mui/material-ui/issues/34734#issuecomment-1281068586) touch briefly on the same focus management needs discussed here. It seems to me like...
Actually, I was thinking about how the menu closes when the dialog opens, and it occurred to me that the dialog has nothing to return the focus *to* if the...
I suspected that the problem was the following: - This is a modal dialog, which means that when it's open, the rest of the page is `aria-hidden`. - When the...