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
I believe this issue and #33017 are the same. In this example provided by @tvandalovsky the Popover is with trapFocus attribute and the logic behind PopoverSurface includes aria-modal=true and role=dialog to the popover once trapFocus is true.
This is only reproducible with trapFocus attribute on. This leads me to believe it might be related to some modalizer logic on tabster. Even after adding inline to the Popover the problem remains also 🤔
Component
Dialog
Package version
9.55.1
React version
18.3.12
Environment
System:
OS: Linux 5.0 undefined
CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 0 Bytes / 0 Bytes
Shell: 1.0 - /bin/jsh
npmPackages:
@fluentui/react-components: ^9.55.1 => 9.55.1
@types/react: ^18.3.12 => 18.3.12
@types/react-dom: ^18.3.1 => 18.3.1
react: ^18.3.1 => 18.3.1
react-dom: ^18.3.1 => 18.3.1
Current Behavior
Unable to re-focus the Dialog SearchBox after the nested Popover is opened and closed (by clicking the mouse outside of the Popover).
Expected Behavior
Be able to re-focus and engage with the Dialog SearchBox after the nested Popover is opened and closed (by clicking the mouse outside of the Popover).
Reproduction
https://stackblitz.com/edit/vitejs-vite-dvqcpm?file=src%2FApp.tsx
Steps to reproduce
Are you reporting an Accessibility issue?
yes
Suggested severity
Urgent - No workaround and Products/sites are affected
Products/sites affected
PowerScribe One
Are you willing to submit a PR to fix?
yes
Validations
The text was updated successfully, but these errors were encountered: