Skip to content
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

Escape button on a button with MenuList should only close the menu #23363

Open
lilykogan opened this issue Dec 18, 2024 · 1 comment
Open

Escape button on a button with MenuList should only close the menu #23363

lilykogan opened this issue Dec 18, 2024 · 1 comment
Labels
bug Something isn't working community-contribution

Comments

@lilykogan
Copy link

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

  1. add menuList button to popout dialog
  2. open the menu list
  3. click esc
  4. it'll close the dialog.

Expected behavior

esc button should only close the menu
https://github.com/user-attachments/assets/6fe1e831-80c4-4444-a12f-c048286332f3

@lilykogan lilykogan added the bug Something isn't working label Dec 18, 2024
@rohandubal
Copy link
Contributor

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?

Thanks,
Rohan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community-contribution
Projects
None yet
Development

No branches or pull requests

2 participants