laptop and a wrench

Bug

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

Zuletzt veröffentlicht: February 11, 2020 ArcGIS Runtime SDK
Bug-ID-Nummer BUG-000117872
EingereichtNovember 1, 2018
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Runtime SDK
Gefunden in Version100.4
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
StatusWill Not Be Addressed

Zusätzliche Informationen

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.

Schritte zur Reproduzierung

Bug-ID: BUG-000117872

Software:

  • ArcGIS Runtime SDK

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln