Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Use Markdown for this comment
Set severity, which reflects how much the issue affects the use of the product
Assign issue to yourself
Pending code changes (auto-populated)
Tracks the current rank of this item in the teams backlog [ID: 1225362]
Build number, such as 117.0.5911.2 [ID: 1223033]
[ID: 1223031]
Blink>Accessibility
Select items in the list
Supplemental component tags only. Set main component first. [ID: 1222907]
[ID: 1223136]
he CWE ID for the type of security defect the current issue is describing. [ID: 1410892]
Design doc to be reviewed. [ID: 1223032]
[ID: 1223131]
How many engineer days the task is estimated to take. [ID: 1225337]
[ID: 1223081]
[ID: 1223087]
[ID: 1223134]
Remove item
Milestone(s) impacted by this issue. [ID: 1223085]
Date of next expected progress update or deadline for providing requested information. [ID: 1225154]
[ID: 1223083]
[ID: 1223084]
[ID: 1223086]
[ID: 1223034]
Link to incidents in IRM as a result of this ticket. [ID: 1300460]
[ID: 1223088]
[ID: 1223135]
This field contains Gerrit urls of code changes that ‘fix’ a security bug (i.e., excluding logging/cleanup commits) and is used when a singular fix cannot be uniquely identified from the existing “Code Changes” field. The change can be in the chromium repo or any other third_party repo. [ID: 1358989]
Size : Average days
XS : 1
S : 2
M : 3
L : 5
XL : 8 [ID: 1314202]
Set the version(s) of the product affected by this issue (comma-separated list)
Set the version(s) of the product in which the issue should be fixed (comma-separated list)
Set the version(s) of the product in which the issue fix was verified (comma-separated list)
Set if this issue occurs in production
Blink
[ID: 1253656]
Set Reporter
Set Type
Set priority, which reflects how soon the issue should be fixed
Set Status
Set Assignee
Set Verifier
View or edit staffing
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Description
Steps to reproduce the problem
Problem Description
Actual behavior:
The announcement that is done by NVDA for the focused gridcell is as follows (Speech Viewer Output with command keys ON):
Here, when "left arrow" key is pressed, rowIndex is identified as "8". Pressing the "right arrow" key announces the rowIndex as "2". In the same row two different index announcements for row are done.
Expected behavior:
The announcement that is done by NVDA in Firefox for the focused gridcell is as follows (Speech Viewer Output with command keys ON):
Here, no change in rowIndex is reported by NVDA when selection is shifted from gridcell to rowHeader cell. This is the expected behavior.
System configuration
NVDA installed
NVDA version: 2024.4 (2024.4.0.34423)
Windows version: Windows 11 Version 22H2 (OS Build 22621.2283)
Additional Information:
As this behavior is specific to Chrome/Edge + NVDA combination, I tried to look into the "Accessibility Internals" tab for the sample page (chrome://accessibiilty). I think that this might be related to how some other unexposed properties of Accessibility tree is calculated in Chromium. Therefore, I am reporting this issue here. Following are the findings from the accessibility tree displayed on "Accessibility Internals" page:
grid
is set as 14 instead of "7", the value that is explicitly provided usingaria-rowcount
attribute.ariaCellRowIndex
is "2" for an element with rolerow
, but the internal calculated value forariaCellRowIndex
is "8" for therowheader
element present in that row. Below is the screenshot that demonstrates the same: [different_value_of_ariaCellRowIndex_for_row_and_rowHeader_cell_present_in_that_row.png]Because of this I think NVDA is not able to convey the expected rowIndex for rowHeader cells.
Note: Currently the cells present in rowHeader and the first data cell (gridcell) in each row has aria-colindex as "1". I think this is not correct. But even after correcting the value of aria-colindex, the issue still persists. Also, Firefox is able to correctly identify the rowIndex for the rowHeader cells. So, I think this is something related to chromium.
Thank you.
Summary
aria-rowindex is not considered for calculating current rowIndex of a row in a grid.
Custom Questions
Which component does this fall under?
Not sure - I don't know
Does this work in other browsers?
Yes - This is just a Chrome problem
Additional Data
Category: API
Chrome Channel: Stable
Regression: No