abeyang / Gracepoint-Minisite

Main website for Gracepoint Riverside
0 stars 1 forks source link

Maps: show error for directions #59

Open abeyang opened 12 years ago

abeyang commented 12 years ago

Right now, nothing happens when there's an error (searching for directions). We need to show them something.

Maybe we can utilize Bootstrap's modal, or at least an error alert...

hwdnoz commented 12 years ago

An alert 'Sorry. The address you've entered is invalid.' shows upon error now.

Looking into Bootstrap's modal.

hwdnoz commented 12 years ago

Previous change only in dev/howard for now.

abeyang commented 12 years ago

Oh, not that kind of alert -- yeah, look into the modal.

hwdnoz commented 12 years ago

Abe, can you check if you like the bootstrap modal that shows up?

abeyang commented 11 years ago

Let's try Bootstrap's popover. Let's have the message be:

Title: Sorry!

Content: We didn't find your starting address. Please make sure there are no spelling mistakes (it also helps to include the city and zip code).

abeyang commented 11 years ago

Howard, I think I have a better solution than to use the popover. It might also be a good solution for directions (#37). Remind me about it tomorrow.

hwdnoz commented 11 years ago

Abe,

currently the pop up appears above the search bar. Do we want it to appear over the map, bottom right corner?