nvda icon indicating copy to clipboard operation
nvda copied to clipboard

Aria-describedby is not displayed in braille

Open sevapopov2 opened this issue 10 months ago • 2 comments

Steps to reproduce:

  1. Open the HTML file attached. It is an example of aria-describedby attribute usage from MDN page. aria-describedby example.zip
  2. Navigate to the button with b or Tab key.
  3. Check the information that is present in braille.

Actual behavior:

The information that is presented by aria-describedby attribute is not displayed in braille.

Expected behavior:

The information that aria-describedby attribute presents is displaybed in braille after the role of an element (for example button) like it is done in JAWS.

NVDA logs, crash dumps and other attachments:

Not applicable.

System configuration

NVDA installed/portable/running from source:

Installed.

NVDA version:

2024.4.2.

Windows version:

Windows 11 Pro, 24H2 (Built OS 26100.4061)

Name and version of other software in use when reproducing the issue:

Google Chrome 137.0.7151.69 (64-Bit).

Other questions

Does the issue still occur after restarting your computer?

Yes.

Have you tried any other versions of NVDA? If so, please report their behaviors.

No.

If NVDA add-ons are disabled, is your problem still occurring?

Yes.

Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?

Yes.

sevapopov2 avatar Jun 07 '25 08:06 sevapopov2

@sevapopov2 I just tested it. NVDA reports Aria describedby in braille in the same way as speech. When you are in focus mode, it is reported. When you are in browse mode, it isn't. It is reported in speech if you are using tab or b to move to the next or previous button, because NVDA speaks the object as if it gained focus in focus mode. I think this is more a issue with browse mode as a hole, rather than a braille spesific issue. It isn't a chrome spesific issue ither, because it behaves identicly in firefox.

Emil-18 avatar Jun 12 '25 01:06 Emil-18

Hi, thank you for information! Yes, I have just checked and aria-describedby is displayed in focus mode in braille. And I never thought that when pressing b or Tab key the information in speech is presented as in focus mode also, thank you for that information. Here are my thoughts: Maybe it is possible to make a checkbox in additional settings or in other place to present aria-describedby in browse mode so user can switch it if needed as it is done with aria-description? Thank you!

sevapopov2 avatar Jun 12 '25 07:06 sevapopov2