[Google Maps API v3] Re: draggableCursor doesn't change to wait cursor

2012-09-05 Thread Geoff Schultz
Note that I've moved my questions regarding when the cursor changes to a new thread. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v

[Google Maps API v3] Re: draggableCursor doesn't change to wait cursor

2012-09-04 Thread Geoff Schultz
The issue is that I was doing a synchronous get, which basically caused the entire browser to hang waiting for the response. I changed it to an asynchronous ajax get and the cursor now changes to the wait cursor as I'd expect. However, in the 1st line of the ajax "success" function, I change