Skip to content

IE9 intermittently fails to execute ajax request #76

@lukewendling

Description

@lukewendling

Using js client v2 or v3, the search callback does not execute. I'm testing on IE9 via browserstack.com. Live search can be found at http://mytennislessons.com/search?q=Austin

I only have access to Firebug Lite in browserstack, but with that, I don't see any js exceptions. Any ideas?

Relevant snippet

index.search('',
    { aroundLatLng: coordinates, aroundRadius: 32187, getRankingInfo: 1,
      hitsPerPage: self.perPage
    },
    searchCallback
  );

  function searchCallback(err, content) {
    alert('searchCallback'); // not executed
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions