CrisisCleanup / crisiscleanup-3-web

[OLD] Crisis Cleanup Version 3 Web Application based on Vue 2. This version was launched March 27, 2020 and retired March 10, 2023 when it was superseded by a Vue 3 version.
https://crisiscleanup.org
Apache License 2.0
19 stars 7 forks source link

"Use My Location" does not work in FF & Chrome #68

Closed aarontitus closed 4 years ago

aarontitus commented 4 years ago

Bug Clicking the "Use My Location" does not work in FF 71.

To Reproduce Steps to reproduce the behavior:

  1. Create new case. E.g. http://app.staging.crisiscleanup.io/incident/61/cases/new
  2. Click on "Use My Location"
  3. Location is not determined; no browser request to use location; required fields turn red. See screenshot below. Note: Fields do not turn red in Chrome.

Expected behavior

  1. Click "Use My Location" 1.1 Ask for permission to use location if the browser has not given permission to use.
  2. Show the location on the map, calculate the What3Words, etc.
  3. Feed the location into a reverse geocoder to estimate the address. If address is unknown, add what information can be gleaned (e.g. zip code, county, state, etc.) to the intake form.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Use My Location

tabiodun commented 4 years ago

Looks like it was beacuse of no HTTPS. So should work now

aarontitus commented 4 years ago

Approved. #148 is the follow-up to this issue.