-
Notifications
You must be signed in to change notification settings - Fork 85
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
ActionPopoverMenuButton - Stay open behind when we open a Dialog #4662
Comments
FE-4703 This is now in progress. This is caused because when we move the focus, the click event triggers on the button re-opening the menu. I have been unable to reproduce this in cypress and I have raised cypress-io/cypress#19541 I'll create a unit test for this instead. It would be good to add a cypress test once the cypress issue above is resolved. |
…board nav Fixes a bug whereby the popover would stay open when a dialog was opened from Action Popover using keyboard navigation. fixes #4662
…board nav Fixes a bug whereby the popover would stay open when a dialog was opened from Action Popover using keyboard navigation. fixes #4662
…board nav Fixes a bug whereby the popover would stay open when a dialog was opened from Action Popover using keyboard navigation. fixes #4662
…board nav Fixes a bug whereby the popover would stay open when a dialog was opened from Action Popover using keyboard navigation. fixes #4662
### [104.54.3](v104.54.2...v104.54.3) (2022-03-15) ### Bug Fixes * **action-popover-item:** prevent popover staying open when using keyboard nav ([6c03ae3](6c03ae3)), closes [#4662](#4662)
🎉 This issue has been resolved in version 104.54.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Current behaviour
When using ActionPopoverMenuButton in a FlatTable with the keyboard, this one stay open when we open a dialog.
Expected behaviour
ActionPopover would be closed when we open a dialog in front of, like when we use the mouse.
CodeSandbox or Storybook URL
https://codesandbox.io/s/black-moon-ugf2n?file=/src/index.js
JIRA Ticket (Sage Only)
SBS-25708
Suggested Solution
No response
Carbon Version
101.4.2
What browsers are you seeing the problem on?
Chrome
What Operating System are you seeing the problem on?
Windows
Anything else we should know?
No response
Confidentiality
The text was updated successfully, but these errors were encountered: