-
Notifications
You must be signed in to change notification settings - Fork 6.8k
bug(cdk/menu): screen is freezing and becomes unresponsive when cdkContextMenuTriggerFor
and cdkMenuTriggerFor
is used together
#30881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
needs triage
This issue needs to be triaged by the team
Comments
cdkContextMenuTriggerFor
and cdkMenuTriggerFor
cdkContextMenuTriggerFor
and cdkMenuTriggerFor
is used together
mistrykaran91
added a commit
to mistrykaran91/components
that referenced
this issue
Apr 17, 2025
Currently, when any sibling menu is opened then it overlaps and in cases it freezes and makes the screen unresponsive. This fix will close any sibling menu if its open Fixes angular#30881
mistrykaran91
added a commit
to mistrykaran91/components
that referenced
this issue
Apr 18, 2025
Currently, when any sibling menu is opened then it overlaps and in cases it freezes and makes the screen unresponsive. This fix will close any sibling menu if its open Fixes angular#30881
mistrykaran91
added a commit
to mistrykaran91/components
that referenced
this issue
Apr 18, 2025
Currently, when any sibling menu is opened then it overlaps and in cases it freezes and makes the screen unresponsive. This fix will close any sibling menu if its open Fixes angular#30881
mistrykaran91
added a commit
to mistrykaran91/components
that referenced
this issue
Apr 18, 2025
Currently, when any sibling menu is opened then it overlaps and in cases it freezes and makes the screen unresponsive. This fix will close any sibling menu if its open Fixes angular#30881
mistrykaran91
added a commit
to mistrykaran91/components
that referenced
this issue
Apr 18, 2025
Currently, when any sibling menu is opened then it overlaps and in cases it makes the screen unresponsive. This fix will close any sibling menu if its open Fixes angular#30881
mistrykaran91
added a commit
to mistrykaran91/components
that referenced
this issue
Apr 18, 2025
Currently, when any sibling menu is opened then it overlaps and in cases it makes the screen unresponsive. This fix will close any sibling menu if its open Fixes angular#30881
mistrykaran91
added a commit
to mistrykaran91/components
that referenced
this issue
Apr 18, 2025
Currently, when any sibling menu is opened then it overlaps and in cases it makes the screen unresponsive. This fix will close any sibling menu if its open Fixes angular#30881
mistrykaran91
added a commit
to mistrykaran91/components
that referenced
this issue
Apr 18, 2025
Currently, when any sibling menu is opened then it overlaps and in cases it makes the screen unresponsive. This fix will close any sibling menu if its open Fixes angular#30881
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Currently, menu's appear on top of the preceding one when
cdkContextMenuTriggerFor
andcdkMenuTriggerFor
are used simultaneously. Additionally, the screen freezes and becomes unusable if you continue with the reproduction stage; closing the browser tab is your only choice.One way : Adding a
backdrop
overlay, similar to what we have withmat-select
,mat-autocomplete
, etc., would be a one way but it will become annoying as we have click twice.Reproduction
StackBlitz link: https://stackblitz.com/edit/o8qu6phn-szv21tzo
Steps to reproduce:
div
div
Expected Behavior
Actual Behavior
Environment
The text was updated successfully, but these errors were encountered: