Hi
I'm having some problems with adding a inputfield inside my custom
tooltip. The inputfield cant be edited for some reason! Even the text
inside my div ins't selectable.
My tooltip is a div that a turn in to GOverlay object and placed it in
a G_MAP_FLOAT_PANE to make it a google map pane. No problems so far.
I do this with this line of code:
$("#tooltip").appendTo(map.getPane(G_MAP_FLOAT_PANE));
But when I try to a add a inputfield inside the tooltip then it cant
be edited. I use the G_MAP_FLOAT_PANE constant to make sure it uses
the highest z-index but there seems to be some kind of overlay on top
of everything that I dont know of?
Here's the link to my test page. Just type in stockholm and 500 to get
some results.
http://www.varskaviata.nu/index_test.php
thx // yazz
--
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.