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

point select issues #48

Closed
keithmdragon opened this issue Apr 26, 2016 · 1 comment
Closed

point select issues #48

keithmdragon opened this issue Apr 26, 2016 · 1 comment

Comments

@keithmdragon
Copy link

keithmdragon commented Apr 26, 2016

http://jsfiddle.net/kdragon/1d4sz5xs/5/

click on points and point labels, notice that point select sometimes happens to the wrong point.

here are specific steps to make it happen, but lots of other ways too: run the fiddle, click 111 label, click 222 label -> point 111 is selected instead of point 222

also, notice some weird point fillColor. sometimes the fillColor is the series color, other times it's the point's manually assigned color. sometimes this is when selected, sometimes when not selected. keep clicking on the same point to see this. this only happens when the draggable.js is included

comment out the draggable.js and notice how this works correctly. seems like it is similar to this other issue that i reported that was corrected: #43

in my actual app, the issue is, points that i am selecting become unselected. but just when i click on their labels. something is firing after i select the point.

chrome on windows 7 64

Thanks
Keith

@TorsteinHonsi
Copy link
Contributor

Thanks for reporting, I fixed it by adding a new option, dragSensitivity, that defaults to 1. It prevents drag/drop from happening when clicking points.

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

No branches or pull requests

2 participants