Hi there, i have a textbox in my infowindow and i would like to set
focus to it when the infowindow opens.
I m using prototype, and right after the infowindowopen function i set
focus on my textbox like that
Field.activate($('was_at'));
While the onfocus listener for that input textbox seems to run, when
the infowindow finally opens, the focus is not there. I found out that
right after the onfocus event happes, the onblur happens as well.
What can i do to finally set focus in the textbox??cheers --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
