fluentui icon indicating copy to clipboard operation
fluentui copied to clipboard

[Bug]: Focusing on Skeleton in narriator sometimes does not announce the aria-label (Even the default one)

Open snisonoff-microsoft-unmanaged opened this issue 10 months ago • 0 comments

Library

React Components / v9 (@fluentui/react-components)

System Info

Repro steps:

-Open linked code sandbox
-Open narrator
-navigate to "Open new tab" button
-press down button
-hear incorrect announcement when focused on Skeleton

Are you reporting Accessibility issue?

None

Reproduction

https://codesandbox.io/p/sandbox/skeleton-m96nz6

Bug Description

Actual Behavior

Announces irrelevant information such as the page name

Expected Behavior

should announce default aria-label "loading content"

Logs

No response

Requested priority

Blocking

Products/sites affected

TwoUI

Are you willing to submit a PR to fix?

no

Validations

  • [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • [X] The provided reproduction is a minimal reproducible example of the bug.