-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflict with other map elements #61
Comments
This issue should be fixed in the 1.6.2 release. |
@mblomdahl @carlba sorry guys for delay, yes it seems fixed, thank you. |
Hey guys, I've noticed that this issue still exists there when you try to drag circle across the popup. I've updated the codepen example so you can easily check it out. Thanks. |
@sprattek This is actually working by design. "Drag" is cancelled if you go outside the map canvas element, because we can't reliably track what you're doing outside the window or on external HTML elements (e.g. mouse-up). The kittens are actually on the map canvas; the popup is just a floating div somewhere. :) |
Hey guys,
I've noticed that there is an issue while moving with circle while there are also some other elements placed on the map, like markers. When you move across these elements it will stop dragging the circle, I've prepared codepen example so you can check it out. I think that issue exists there from version 1.4.0, I'm using version 1.3.0 for now as it's working fine there.
Example
The text was updated successfully, but these errors were encountered: