Skip to content
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

Open
sprattek opened this issue Nov 10, 2017 · 5 comments
Open

Conflict with other map elements #61

sprattek opened this issue Nov 10, 2017 · 5 comments
Labels

Comments

@sprattek
Copy link

sprattek commented Nov 10, 2017

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

@carlba
Copy link
Contributor

carlba commented Dec 4, 2017

This issue should be fixed in the 1.6.2 release.

@mblomdahl
Copy link
Member

@sprattek Can you confirm that @carlba's assumption is correct? Should be fixed with #62. If so, please close this issue.

@sprattek
Copy link
Author

@mblomdahl @carlba sorry guys for delay, yes it seems fixed, thank you.

@sprattek
Copy link
Author

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 sprattek reopened this Jan 26, 2018
@ghost
Copy link

ghost commented May 27, 2018

@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. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants