ZachPhillipsGary / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

key drag zoom not work if map canvas div position move. #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

hi, i had try to move the map from it original position and find that the key 
drag zoom not working anymore. I had attach a html file.

here my report:

What steps will reproduce the problem?
1. scroll down the to end of page so the map on top.
2. click the key drag zoom icon and start drag zoom.
3. nothing happen.

Expected result:
It should be able to zoom even thought the map posistion move.

Actual result:
nothing seem to happen.

Version: 2.0.5

Browser / Operating System:
all browser.

Additional comments:
while the map position is not moved, the function is working properly.

Original issue reported on code.google.com by eatty...@gmail.com on 12 Feb 2011 at 7:21

Attachments:

GoogleCodeExporter commented 9 years ago
The problem is probably caused by the fixed / absolute / relative positioning 
you've specified for various elements. This complicates the calculation of 
where the map is located relative to the top of the document.

See http://www.howtocreate.co.uk/tutorials/javascript/browserspecific

I'll have to study this some more to see if I can find a solution.

Original comment by garylitt...@gmail.com on 16 Feb 2011 at 6:46

GoogleCodeExporter commented 9 years ago
ok thx !

happy hacking,
kiwi

On Thu, Feb 17, 2011 at 2:48 AM, <
google-maps-utility-library-v3@googlecode.com> wrote:

Original comment by eatty...@gmail.com on 22 Feb 2011 at 5:50