simplegeo / polymaps

Polymaps is a free JavaScript library for making dynamic, interactive maps in modern web browsers.
http://polymaps.org/
Other
1.6k stars 213 forks source link

Maps start jumping in Chrome when dragging #132

Open Jakobud opened 11 years ago

Jakobud commented 11 years ago

Sometimes in Chrome I get some weird behavior where I will click-drag the map around and at the end of the drag (after I release the mount button), the map will move farther than it was supposed to. Usually it appears to move the same amount that I already moved it.

So for example, if I drag the map X pixels to the left, when I release the mouse button, the map moves again, X more pixels to the left. So it ends up moving twice as far as I wanted it to. It's strange behavior and I'm not sure how to recreate it.

Has anyone else experienced this issue?