Try this demo http://www.verheulconsultants.nl/test/Google-maps-IE8-bug.html
and enter alpha characters and digits in the name field. Digits should
be blocked and not appear in the input field. This works fine in
Opera, Firefox, Safari and Chrome but not in IE8.
I fixed this in Maps v2 by replacing map.setUIToDefault()

by

map.addMapType(G_PHYSICAL_MAP);
map.addControl(new GLargeMapControl3D());
map.addControl(new GScaleControl());
map.addControl(new GMapTypeControl());

(see http://code.google.com/p/gmaps-api-issues/issues/detail?id=1479)

However I find no alternative in v3.

Please give me a hint to tackle this problem,
Thanks,
Erik

-- 
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.

Reply via email to