laptop and a wrench

漏洞

The view's GeoViewDoubleTapped event is registered with two GeoViewTapped events when the view interaction options (MapViewInteractionOptions/SceneViewInteractionOptions) are disabled.

上次发布: February 11, 2020 ArcGIS Runtime SDK
漏洞 ID 编号 BUG-000117872
已提交November 1, 2018
上次修改时间June 5, 2024
适用范围ArcGIS Runtime SDK
找到的版本100.4
操作系统Windows OS
操作系统版本10.0 64 Bit
状态Will Not Be Addressed

附加信息

The current behavior is as designed and is consistent with .NET event patterns. If GeoView.Interactions.IsEnabled is true, and the user double taps on the view, the sequence of events fired are GeoViewTapped and GeoViewDoubleTapped. As a result, the mapview executes a set viewpoint operation, zooming in. In this case, do not expect the final GeoViewTapped event to be raised because the API has acted on GeoViewDoubleTapped and marked the event handled. If GeoView.Interactions.IsEnabled is false, and the user double taps on the view, the sequence of events fired are GeoViewTapped, GeoViewDoubleTapped, and GeoViewTapped because GeoViewDoubleTapped was not marked as handled by the API, allowing it to bubble up.

重现步骤

漏洞 ID: BUG-000117872

软件:

  • ArcGIS Runtime SDK

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项