We currently use ScrollablePane and Sticky components in conjunction with DetailsList in our project, very similar to this example. When running the Accessibility Insights - Fast Pass, we have this issue : "Ensures aria-hidden elements do not contain focusable elements"

This is also seen in DetailsList Locked Header example from : https://developer.microsoft.com/en-us/fluentui#/controls/web/scrollablepane
codepen: https://codepen.io/kejatura/pen/zYrjVRd?editors=0010
Notice the error : "Ensures aria-hidden elements do not contain focusable elements"
Fixes mentioned: "Focusable content should have tabindex='-1' or be removed from the DOM"
Fixes mentioned: "Focusable content should have tabindex='-1' or be removed from the DOM"
I wasn't able to a repo within codepen - this one might be able to repro the issue in a different form.
@kejatura - I can't seem to repro either. could you point out explicitly which element is set with aria-hidden: true and which element is focusable within?
Hi @xugao, if you scroll down the detailslist (enabling the sticky header while scrolling) and run Fast Pass, it should have this error. The element that has the issue when I run the automated checks is:
@kejatura - thanks! i got the repro. Will look into fixing.
Note to dev, it looks wrong to me that we are setting aria-hidden to true the all the children element set it back to false:

Hi @xugao , our product in Dynamics also experiences the same bug. I wonder if you have an ETA for the fix or a timeline?
Thanks!