Fixed
Status Update
Comments
ca...@gtempaccount.com <ca...@gtempaccount.com> #2
Please add a link to your demo.
lu...@google.com <lu...@google.com> #3
I had thought my report was precise enough for you to reproduce it faster than me...
Anyway, here is a link to a demo :http://nimwendil.net/_ext/gmaps/issue4052.html
Anyway, here is a link to a demo :
rr...@gmail.com <rr...@gmail.com> #4
This bug seems related to what I have experienced:
Draggable markers disappear after being dragged if map property is set again
Steps to reproduce:
- create a map and add a draggable marker
- add an event listener to the click event which updates the position of the marker and also sets the map attribute again
- drag the marker
- click anywhere in the map
--> the marker disappears
Demo:http://pastehtml.com/raw/bva0gduez.html
This can easily be resolved by not setting the map attribute again in the click listener.
Draggable markers disappear after being dragged if map property is set again
Steps to reproduce:
- create a map and add a draggable marker
- add an event listener to the click event which updates the position of the marker and also sets the map attribute again
- drag the marker
- click anywhere in the map
--> the marker disappears
Demo:
This can easily be resolved by not setting the map attribute again in the click listener.
Description
You'll notice in the screenshots that the line gets filled in with white in
IE. If you zoom in, it gets quite strange, so it didn't just become a
polygon, something else seems to be going on.
Here's an example of where we're using it, and it's completely filled in: