peacecorps / medlink

A project to make it easier for Peace Corps Volunteers to order their medical supplies from a local Peace Corps Office. Volunteers can order by sms or webform. PC Staff interact with the orders in a simple to use dashboard.
https://www.youtube.com/watch?v=uNkwizhzMVA
Other
39 stars 36 forks source link

STAGING- Toggling supply kicks you to top of the page #455

Closed choquette33 closed 8 years ago

choquette33 commented 8 years ago

Little UX bug, but when I toggle a supply either as available or not available, the page defaults to bringing me back to the top. This is annoying when toggling items at the bottom of the list. We might just need to do a prevent default action on the javascript.

screenshot 2015-12-18 at 2 28 33 pm

jamesdabbs commented 8 years ago

Unfortunately preventDefault only works if there's a javascript event that's happening. For now, this is the best we can do.