The Layer List widget in ArcGIS Experience Builder reads the column and row number of the layer title or buttons when hovering or clicking with the NVDA screen reader.
ArcGIS Experience Builder
漏洞 ID 编号
BUG-000174060
已提交
February 3, 2025
上次修改时间
February 19, 2025
适用范围
ArcGIS Experience Builder
找到的版本
Nov 2024
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
ArcGIS Experience Builder uses the Layer List widget from ArcGIS Maps SDK for JavaScript, which is built using Calcite List. The structure performs as expected using the treegrid role, where the following keyboard navigation facilitates assistive technologies: https://developers.arcgis.com/calcite-design-system/components/list/#keyboard-navigation. When the row and column are read back, portions of the items are selected, and interpreted to screen readers. Different key combinations, such as the arrow keys, can shift the focus of the contents to provide different context back to assistive technologies. More information on the treegrid role can be found on mdn web docs: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/treegrid_role.