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 I use this code directly (without an panel) it works corrently.
If I embed the toolbar inside of an panel, the filter does not work and sometimes I got the following error message in my browser:
Blocked aria-hidden on a element because the element that just received focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.
How can I fix that?
Observed Behavior
Filter opened and chooseable
Steps to Reproduce
Add an toolbar inside of an fluent ui panel
The text was updated successfully, but these errors were encountered:
I have reproduced your scenario. It turns out that filter popup does in fact open and render properly, but it is placed below the panel due to lower z-index value (popup control has z-index: 1000, whereas panel has z-index: 1000000).
You would see the popup if you had changed z-index to a value higher than panel has:
Category
[ ] Enhancement
[X?] Bug
[X] Question
Version
Please specify what version of the library you are using:
node: 'v18.20.4', npm: '10.8.1'
"@pnp/spfx-controls-react": "^3.19.0",
Code
Expected / Desired Behavior / Question
When I use this code directly (without an panel) it works corrently.
If I embed the toolbar inside of an panel, the filter does not work and sometimes I got the following error message in my browser:
Blocked aria-hidden on a element because the element that just received focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.
How can I fix that?
Observed Behavior
Filter opened and chooseable
Steps to Reproduce
The text was updated successfully, but these errors were encountered: