angular-ui/ui-grid

Accessibility : Narrator/NVDA is announcing wrong row/column data for header row and column cells

Open

#7,047 建立於 2019年10月14日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (2,496 fork)batch import
grid-corehelp wanted

倉庫指標

Star
 (5,395 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Issue Description:

Edge+Narrator:

  • Narrator is announcing the entire row details when focus is on first column header.
  • Narrator is also announcing incorrect total column number count (i.e., 1 of 0; 2 of 0; 3 of 0...)
  • Verified with Edge Browser (Version : 44.18362.387.0).
  • Please find attached video for reference. Edge+Narrator_GridHeaderRow.zip

Chrome+NVDA:

  • NVDA(2019.2.1) is announcing incorrect row position number like 18 for the column header.
  • Verified with Chrome browser(77.0.3865.120 (Official Build) (64-bit)) Chrome+NVDA_GridHeaderRow.zip 111

Try Outs:

  • Applied aria-rowindex and aria-columnindex to row div and column header cell div. But it still reading the same way

貢獻者指南