OK the link is working, someone please check out this link to my app: http://www2.freecause.net/~ccoletta/pinurself/ten_thousand_marker_test.html
The main problem is a can't get my app to register a "click" before either a mouseover or a mouseout event comes down on top of it and does something else. The desired behavior is supposed to be this: 1. Hover over a pink box, and you get a pop-up info window with a name of a city in a number. (For convenience I made a debug div tag with the id HOVERSTATUS that should output the word "OVERRRRRRR" ) 2. On mouseout the city info window is supposed to disappear. (For convenience the debug "HOVERSTATUS" div should output "OUT") 3. On click, a different info window is supposed to popup containing the words "CLICK NOT HOVER" (the div should then contain the word "CLICK") Instead this is the behavior that is happening: 1. Hover over a pink box and let the mouse come to a stop and the city name with a number should appear. OK so far... 2. Move the mouse a little bit while still hovering over the pink box, and the info window will flash as the debug div will indicate out and over events being triggered... Undesirable but I can live with this.... 3. But here's the show stopper, click on a pin, and immediately one of the other events comes along and drowns it out the click event. I know that the click event is registering, because when i used a setTimeout call to delay the hover events, the click event behavior appears before the timeout hover behavior. I need to get these clicks events working without being hampered by the hover events... any suggestions? On Dec 9, 3:20 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Dec 9, 11:06 am, Chris <[EMAIL PROTECTED]> wrote: > > > The server at work is down. > > > Thanks so much for trying. > > > Once the server is back up again, should I repost the message? > > You can reply with additional information, no need for a new thread. > > > > > On Dec 9, 3:46 am, ProbablyMike <[EMAIL PROTECTED]> wrote: > > > > That page isn't working at all. > > > I gave up waiting after a minute, and nothing had loaded, just a blank > > > browser window...- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
