Esri / nearby-javascript

ArcGIS API for JavaScript app to find places nearby and route to the nearest location.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Map page popup issues

andygup opened this issue · comments

commented

When logged in, there are several issues with the popup on the map result page.

To reproduce:

  1. Run app locally and log in
  2. Click on an item in the list
  3. Go back to home page/list
  4. Select another item in the list
  5. Repeat steps 2 - 4

There are several issues that I'm seeing:

  • On the very first list selection I get a valid popup that automatically opens when the map page loads:

image

  • After that sometimes the popup at the bottom of the map window doesn't inflate?

image

  • Sometimes there's neither an icon or popup?

  • And sometimes there is an icon but no popup?

image

This should be fixed in latest release.
b9c221f

There is a slight delay in route transitions, where the map is still doing stuff to repopulate the items in the FeatureLayer. I can't quite catch the sequence of events, so I had to add a little debounce to opening popups in this mode. There is no delay when both map and list are shown though.

commented

LGTM!