jboudre / storelocator

Automatically exported from code.google.com/p/storelocator
0 stars 0 forks source link

Find alternative to use of # in links #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Click on any store info bubble's "Directions," "Zoom here," or "Street View" 
links. You will shoot to the top of the page, if you weren't already there.  
Clicking the "Close" button after clicking "Directions" will also move you to 
the top of the page.

I was able to reproduce this on the custom.html demo, and I suspect all demos 
will do this as well.

What is the expected output? What do you see instead?
If the map is lower on the page, these links should not move you away from it.

What version of the product are you using? On what operating system?
Using most recent.

Please provide any additional information below.
Custom code shouldn't be needed to prevent jumping to the top of the page. 
Making each link #/ instead of just # is the simplest fix that will prevent 
this behavior.

Original issue reported on code.google.com by kmc4...@gmail.com on 4 Apr 2014 at 1:13