Open GoogleCodeExporter opened 8 years ago
I think this might be a focus issue, rather than aspx or submit. Basically, you
will
have to somehow give the iframe focus before it will capture mouse/key events
from
parent page. Scroll it or submit the page did just that.
Also, there is a v3 project, v3 related issue probably should be posted there.
Original comment by nian...@gmail.com
on 11 Feb 2010 at 11:20
Hi, thanks for your reply.
After experimenting with this I think you're right.
If i put the control in focus at load time:
var ctrl = document.GetElementById('map');
ctrl.focus()
dragzoom is indeed possible.
However I'm missing still a clue: how is it possible that one could drag the
position or even zoom using the slider control, and still the map didn't have
the
focus? Just after klicking in the iframe (next to the map) or the sumbit button
or
clicking the maptype control, the zoomdragging works.
Original comment by Dekim...@gmail.com
on 12 Feb 2010 at 7:05
Issue 190 has been merged into this issue.
Original comment by garylitt...@gmail.com
on 7 Dec 2010 at 11:50
Original issue reported on code.google.com by
Dekim...@gmail.com
on 11 Feb 2010 at 8:46