laptop and a wrench

漏洞

"Draw non-intersecting line" sample double points with the same value in the array of points when a polyline is drawn.

上次发布: February 2, 2018 ArcGIS API for JavaScript
漏洞 ID 编号 BUG-000109701
已提交November 21, 2017
上次修改时间June 5, 2024
适用范围ArcGIS API for JavaScript
找到的版本4.5
操作系统Windows OS
操作系统版本8.1
状态Will Not Be Addressed

附加信息

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.

重现步骤

漏洞 ID: BUG-000109701

软件:

  • ArcGIS API for JavaScript

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项