Esri / crowdsource-polling

Provides a means for citizens to provide feedback to their governments
Apache License 2.0
20 stars 15 forks source link

Clicking on a feature that is currently "selected" by the Search widget, will not update the list #115

Closed LindsayThomas closed 8 years ago

LindsayThomas commented 9 years ago

Clicking on a feature that is currently "selected" by the Search widget, will not update the list

Repo Steps Open a polling application that has the "layer search configured" Using the Search box on the left handside. Search for a feature in the map. Select the feature from the suggestion list Application will select and zoom to feature

If you click on the selected feature then list will not get updated. I would expect once the feature is selected in the layer list that the layer list would update to that feature.

Enhancement: When you select feature from the Search widget suggestoin list, update the list to reflect the selection

allisonmuise commented 9 years ago

search result selection graphic blocks the feature in the map. The same issue exists on prd at 3.9 so moving to 4.1

MikeTschudi commented 9 years ago

@LindsayThomas, is this the enhancement?

One selects a suggestion image

and the collapsed search suggestions list looks like this image

instead of this image

If so, then I'll close this enhancement request and re-create it in the arcgis-js-api repository, which is where the Search dijit lives.

allisonmuise commented 9 years ago

@MikeTschudi : The issue is that 1) the details pane does not update to show the info for the feature selected from the search results, and 2) the feature selected from the search results cannot be clicked/tapped in the map to bring up the details, even after selecting another feature. It looks to me like the selection graphic is blocking interaction with the feature.

Ideally, choosing a feature from the search results should load the details for that feature AND it should still be possible to interact with the feature on the map.

allisonmuise commented 8 years ago

verified