Esri / coordinate-conversion-addin-dotnet

Addin for ArcMap and Pro for convenient coordinate conversion in Desktop.
Apache License 2.0
45 stars 20 forks source link

Right-click in the List loses selection of multiple points #584

Closed dfoll closed 5 years ago

dfoll commented 5 years ago

Background

Current behavior

If you select multiple coordinates in the list, then right-click on one of the selected coordinates, (the current multi-selection is lost) click Copy, then paste into a text document, you only get the single coordinate that you actually clicked.

Expected behavior

If you select multiple coordinates in the list, then right-click on one of the selected coordinates, click Copy, then paste into a text document, all of the points that were selected should be copied over.

Windows standard behavior would be to get the other selected items if one item of the selected group is right-click/copied. For example, I have files A, B, C, D. I multiple-select B and D, then right-click file D and click Copy. In a new location, I paste. Both file B and D are copied to the new location. image Currently it is treating the case of I have B and D selected, and I right-click A and click Copy. In that case, only A should be copied.

If you make a multiple selection and use Ctrl+C to copy, you get the multiple selection. image

Multiple select, right-click, copy/paste retains all of the selected features in the released version of CC, so this is a new issue with the test build I'm using: CTLocalGovTeam-dev\57

Notes

dfoll commented 5 years ago

Testing using CC build 94 with Pro 2.4. Verified you can select multiple points and right-click to copy those selected points without losing the selection.

image

dfoll commented 5 years ago

Doc updates:

dfoll commented 5 years ago

@lfunkhouser, i confirmed fixed on 10.4.1. do you want to wait on the verified label for G-QC (Doc)?

lfunkhouser commented 5 years ago

Tested from ...\Solutions\DefenseSolutions\MilitaryToolsForArcGIS\Testing\csm-update-build-to-10-4-1-\275. Verified issue 584 added to issues addressed. Verified functionality on 10.7.1 (11595) and 2.4 (19822). Doc updates needed:

dfoll commented 5 years ago

@lfunkhouser misread the previous comment, thought you were talking about the actual folder names, not how they are listed in "Contents"... will look into it ...noted. i believe @csmoore is still in progress on troubleshooting the builds... we will need that to be wrapped up to do the verification on these four checkboxes

dfoll commented 5 years ago

UPDATED:

dfoll commented 5 years ago

MT are now 3.5.0.build CC versions are 4.3.1.126 (Pro) 2.4.1.126 (AM)

dfoll commented 5 years ago

I do not understand what the G - Doc (Github) label is for