baltimorecounty / react-baltcogo

1 stars 0 forks source link

Map pin should drop where the user clicks, and the map should not recenter #172

Closed danfox01 closed 4 years ago

danfox01 commented 5 years ago

152 resolved an issue with map reloading every time a user clicks, but there are still a few UI quirks.

Current behavior:

Expected behavior:

More detail:

danfox01 commented 5 years ago

Updated to split into two issues. See #176

danfox01 commented 5 years ago

@sgrg1 @tmccoy529 @martypowell, looks like this one did not pass testing. Please see comment below from @jdomasky. If you have questions, you can hit him up directly

This only works in desktop Chrome and desktop Firefox. In fact, the map can only be used in desktop Chrome and desktop Firefox.

On iPhone Safari, Android Chrome, IE 11 and desktop Edge, when the user clicks on the map, the entire CitySourced Reporter container disappears. With the container missing, the page only displays the intro paragraphs and the “Other Popular Issues to Report” table. Reloading the page is the only way the Reporter container can be made to reappear.

Moving back to development.

tmccoy529 commented 5 years ago

So this is due to adding animations which had not been added prior. Animations are not supported and will need a poly fill to fix. In the mean time we can remove that animation property to get these through testing. Will let you know when this is ready to test again.

jdomasky commented 5 years ago

Okay.

tmccoy529 commented 5 years ago

@jdomasky @danfox01 @sgrg1 @martypowell this has been moved back to test. IE11 looks good but I cant test the other formats. So fingers crossed.

jdomasky commented 5 years ago

@tmccoy529 @danfox01 @sgrg1 @martypowell Thank you. Will resuming testing shortly.

jdomasky commented 5 years ago

@tmccoy529 @danfox01 @sgrg1 @martypowell This issue passed testing. The map works fine and it does not recenter in all browsers tested.