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
When a DropdownMenuButton is supposed to open a modal, it fails to work when triggered via keyboard. Instead of opening the modal, the action is caught by the modal's catch mechanism, preventing the expected behavior.
NatalliaAlieva
changed the title
[Dropdown]: DropdownMenuButton does not trigger the modal when activated via keyboard
[DropdownMenu]: DropdownMenuButton does not trigger the modal when activated via keyboard
Feb 6, 2025
NatalliaAlieva
changed the title
[DropdownMenu]: DropdownMenuButton does not trigger the modal when activated via keyboard
[DropdownMenu]: DropdownMenuButton closes instead of opening the modal when "Show Modal" is activated via keyboard
Feb 6, 2025
Description
When a DropdownMenuButton is supposed to open a modal, it fails to work when triggered via keyboard. Instead of opening the modal, the action is caught by the modal's catch mechanism, preventing the expected behavior.
Steps to Reproduce
Actual result
The modal does not open; instead, the action is caught by the modal's catch mechanism, and the dropdown closes.
Screen.Recording.2025-02-06.at.14.09.45.mov
Expected result
The modal should open when "Show Modal" is activated via the keyboard, just like when clicked with the mouse.
Environment
The text was updated successfully, but these errors were encountered: