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
escape button is closing button menu list, but it continue propagating the "escape keyboard event" and it also closes the window that the button is on.
use "event.stopPropagation();" after closing the menu
Hello! this seems to be an issue with Outlook web app. I can try and get it connected with the right folks, but in the meanwhile, could you please add additional details around why this issue is opened in Fluid Framework repository?
Describe the bug
escape button is closing button menu list, but it continue propagating the "escape keyboard event" and it also closes the window that the button is on.
use "event.stopPropagation();" after closing the menu
To Reproduce
Please see the attached file with repro steps
Expected behavior
esc button should only close the menu
https://github.com/user-attachments/assets/6fe1e831-80c4-4444-a12f-c048286332f3
The text was updated successfully, but these errors were encountered: