Two samples using FeatureTable are producing different results.
上次发布: September 28, 2018ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000114819
已提交
June 21, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
3.24
操作系统
N/A
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Tab order relies on the `tabIndex` attribute.
From what it appears, only the first cell of the first column has this attribute.
In the second example, the first column (and the first cell) are hidden (field: FID).
While that cell is hidden, the `tabIndex` attribute is ignored, and hitting tab skips over the cell to the column changer (+) button.
The solution is to add `tabindex="0"` to the first cell in the first "visible" column, whenever column visibility changes (and remove that property when applicable).