Numéro d’ID de bogue |
BUG-000114819 |
Envoi | June 21, 2018 |
Dernière modification | June 5, 2024 |
S’applique à | ArcGIS API for JavaScript |
Version trouvée | 3.24 |
Système d’exploitation | N/A |
Version du système d’exploitation | N/A |
Statut | Will Not Be Addressed
L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
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).
Étapes pour reproduire
ID de bogue: BUG-000114819
Logiciel:
- ArcGIS API for JavaScript