| Numéro d’ID de bogue |
BUG-000109701 |
| Envoi | November 21, 2017 |
| Dernière modification | June 5, 2024 |
| S’applique à | ArcGIS API for JavaScript |
| Version trouvée | 4.5 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | 8.1 |
| 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
This is by design. Clicking initially, users may notice two vertices were added, this is because the cursor-move and vertex-add are both being recognized. They both contain vertices info. The vertices is an array of vertexes that get added as each vertex is clicked. For example, the first mouse-click registers the vertex-add event. This event contains a vertexIndex = 0 and an array of vertices. The next mouse-click calls the vertex-add event and contains a vertexIndex = 1 with an array of vertices. These vertices contain the x/y coords from vertexIndex = 0 in addition to the new ones that were added with this new index.
Étapes pour reproduire
ID de bogue: BUG-000109701
Logiciel:
- ArcGIS API for JavaScript