I forgot to specify the place to set tabindex, it has to be perfomred
once the tiles have been loaded. For example, within
myTilesLoadedHandler function that is bound to 'tilesloaded' event:
google.maps.event.addListenerOnce(map, 'tilesloaded',
myTilesLoadedHandler);
On 12 dic, 09:37, Tauro Mx <[email protected]> wrote:
> Greetings.
>
> The problem
>
> I was suffering with an embed map since it was displacing when an Input
> TextBox lost focus. I've just realized that it was because the focus
> were pointing to "Powered by Google" logo.
>
> A general solution
>
> The intention is avoiding this map's wierd behavior, I hope Google to
> be able to fix it. Meanwhile, my solution is to set its "tabindex"
> attribute to "-1".
>
> A particular solution suggestion
>
> I did it with jQuery as follows:
>
> $("a").attr("tabindex", "-1");
>
> Best regards.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.