Closed Bug 1696467 Opened 5 years ago Closed 5 years ago

In Firefox browser, NVDA announces same message three times even though there is no change in contents in the live region

Categories

(Core :: Disability Access APIs, defect, P3)

Firefox 85
defect

Tracking

()

RESOLVED INVALID

People

(Reporter: edad, Unassigned)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 Edg/88.0.705.81

Steps to reproduce:

1.Start NVDA Screen Reader.
2.Open link ‘https://jsfiddle.net/49Lqenfb/’ in Firefox browser.
3.Tab till ‘Click me to show live message’ button in opened page and press enter.
4.Verify whether NVDA is announcing the displayed live message once or more.

Actual results:

In Firefox browser, NVDA announces same message three times even though there is no change in contents in the live region

Expected results:

NVDA should read the live message only once. If there are large information provided in live region, screen reader users will be inconvenienced.

The Bugbug bot thinks this bug should belong to the 'Core::Disability Access APIs' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.

Component: Untriaged → Disability Access APIs
Product: Firefox → Core

Jamie is this an NVDA or Firefox bug?

Severity: -- → S3
Flags: needinfo?(jteh)
Priority: -- → P3

The test case sets .textContent three times, each 100 ms apart. Yes, the content is the same, but it still gets reset, which means new text nodes are created each time. If you don't want a screen reader to report this multiple times, you shouldn't set it multiple times. If you must set it multiple times for some reason, set aria-atomic="true" and aria-busy="true", then remove aria-busy for the final update.

Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Flags: needinfo?(jteh)
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: