fluentui icon indicating copy to clipboard operation
fluentui copied to clipboard

Bug: Popover examples with no focusable content do not move focus to popover surface

Open smhigley opened this issue 2 years ago • 0 comments

We should expose the content of the popover in some way to screen reader users. If a popover were functioning as a tooltip, we could use something like aria-describedby without moving focus, but for all the examples in the docs page, it looks like we should be moving focus to the PopoverSurface, which we can do by adding tabindex="-1".

Creating an issue for myself to do this, and add authoring docs.

smhigley avatar Jun 02 '23 00:06 smhigley