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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
There are a couple of cases I've run into where md-buttons are being focused despite not being clicked on. The first is when an md-sidenav is toggled open by a button, then toggled closed by clicking on the main page, as seen below. This results in the button focusing and unfocusing inversely to its normal behavior.
The other case I've run into is the button in my md-menu containing a button is opened on top of the button that opens it, the button is focused permanently until you click on white space within the menu, as seen below.