guptahanu / google-ajax-apis

Automatically exported from code.google.com/p/google-ajax-apis
0 stars 1 forks source link

Local Search on IE. No results #588

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using js maps api v3 with Local Search api.
My code works successfully with FF, Chrome and Safari, but with IE doesn't work!

The structure and semantic on js is fine, and the problem on IE is:

gLocalSearch = new GlocalSearch();
gLocalSearch.setSearchCompleteCallback(null, goToResults);

....

gLocalSearch.execute(query);

.....

function goToResults() {
.....
gLocalSearch.results.length --> ALWAYS is 0 when you are executing on IE but 
not on the rest of browsers. :(

Could you help me? I was reading lots of info but I don't know how I can fix 
it!!

Thanks in advance.

Original issue reported on code.google.com by dvaque...@gmail.com on 27 May 2011 at 6:09