Clicking on a layer visibility icon in a LayerList widget within the ArcGIS Maps SDK for JavaScript version 4.29 creates a border around the icon.
ArcGIS Maps SDK for JavaScript
漏洞 ID 编号
BUG-000167805
已提交
May 24, 2024
上次修改时间
December 6, 2024
适用范围
ArcGIS Maps SDK for JavaScript
找到的版本
4.29
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The outline around the visibility button is expected due to its gaining the keyboard focus. This appears to be new because we refactored the LayerList widget to use the Calcite Design System in ArcGIS Maps SDK for JavaScript version 4.29. Web pages must be fully accessible by someone using only a keyboard to meet web content accessibility guidelines. If an element can be clicked with a pointing device, such as a mouse, then it should also be focusable using the keyboard, and the user should be able to do something by interacting with it. In this case, when the visibility button has focus, the user can also change the visibility by pressing the space button on the keyboard. The button can gain focus by navigating to the button with the keyboard or clicking on it with a mouse.