Expected Behavior
When the user drags the width (AM) handle (gray circle) of the graphic during edit mode the air corridor changes width. The onEditUpdate() callback method (see IEditEventListener) should also be called to inform the listener that the AM modifier of the feature has been updated.
Actual Behavior
When the user drags the width (AM) handle (gray circle) of the graphic during edit mode the air corridor changes width but there is no callback made to onEditUpdate().
Steps to Reproduce the Problem
- Call editFeature() on IMap and supply an Air Corridor feature and a IEditEventListener
- Drag the Air Corridor width handle (gray circle)
- Note that no onEditUpdate() callback is made
Specifications
- Version: 3.1.2
- Platform: Android
- Subsystem:
Expected Behavior
When the user drags the width (AM) handle (gray circle) of the graphic during edit mode the air corridor changes width. The onEditUpdate() callback method (see IEditEventListener) should also be called to inform the listener that the AM modifier of the feature has been updated.
Actual Behavior
When the user drags the width (AM) handle (gray circle) of the graphic during edit mode the air corridor changes width but there is no callback made to onEditUpdate().
Steps to Reproduce the Problem
Specifications