C2LC-392: Scene description is read twice on Firefox NVDA

Metadata

Source
C2LC-392
Type
Bug
Priority
N/A
Status
To Do
Resolution
N/A
Assignee
N/A
Reporter
Created
2021-05-14T11:07:56.723-0400
Updated
2024-05-13T14:34:46.096-0400
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

We had a previous bug that covered multiple issues: C2LC-358

The reading of the Scene row and column headings has been fixed in https://github.com/codelearncreate/c2lc-coding-environment/commit/3023b745ebe46db4dfb28178127f3054f63ca103

However, the Scene description is still read twice on Firefox on Windows with NVDA. The Scene description is only read once (expected) on other browser and screen reader combinations that we have tried.

To reproduce:

  • Use NVDA’s heading navigation (press ‘h’) to get to the “Scene” H2 heading
  • Use NVDA’s content browsing to read the document content following the “Scene” heading (press the down arrow)

Expected:

  • “Scene heading level 2”
  • “Graphic <scene description>”

Actual:

  • “Scene heading level 2”
  • “<scene description> Graphic <scene description>”

Comments