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.
I managed to reproduce this on the Angular Material demo site as well (see screenshot).
When clicking on the menu sometimes it creates a md-backdrop element upon opening. This element covers everything and you cannot click anything anymore.
I saw this bug was reported a few times ago as well. Seems it's still there.
I manage to reproduce it in the rc3 version as well as the head version.
Steps to reproduce: just keep clicking an icon (i was clicking on the width="4" one on the bottom of the demo page). Once the menu opens, close it by clicking outside the menu. Do this a few times and the UI will be blocked by the md-menu-backdrop.
On the Angular Material demo site it happens rarely. On the site I'm working on it happens quite often (in 50% of cases cca).