highcharts / draggable-points

MIT License
32 stars 34 forks source link

Multiple series: select the point (no drag) - tooltip jumps back and forth between points #44

Closed KacperMadej closed 8 years ago

KacperMadej commented 8 years ago

This is continuation of #43

Example: http://jsfiddle.net/kdragon/xdwuup4j/

Steps:

  1. click (no drag) the black diamond in the middle
  2. tooltip and selection jump back and forth between series (the blue dot below clicked point)

You can also see it on mouse up after the drag.

keithmdragon commented 8 years ago

i'm really hoping this can be fixed soon. we have code in production that has been effected weeks by this

Thanks Keith

TorsteinHonsi commented 8 years ago

Sorry for the delay, Easter and all... It is fixed now, as seen in http://jsfiddle.net/kdragon/xdwuup4j/.

keithmdragon commented 8 years ago

Hi Torstein,

after applying the change or running the fiddle: http://jsfiddle.net/kdragon/xdwuup4j/. i'm still seeing the same issue.

same instructions:

  1. click (no drag) the black diamond in the middle
  2. tooltip and selection jump back and forth between series (the blue dot below clicked point)

i see this behavior for any point i click, black or blue

i'm running this on chrome on windows 7, although, i don't think this is browser / os dependent

Thanks Keith

TorsteinHonsi commented 8 years ago

Oh, sorry about that, I was sure I had it working, but I can also see this now. I'll check it out.

TorsteinHonsi commented 8 years ago

Now it works as far as I can see: http://jsfiddle.net/highcharts/xdwuup4j/1/

KacperMadej commented 8 years ago

Problem is still visible on Win7/Chrome - after click, tooltip jumps to another series.

keithmdragon commented 8 years ago

i confirm that this is still an issue

TorsteinHonsi commented 8 years ago

Ok, this turned out to be a touch one. Please try now: http://jsfiddle.net/highcharts/xdwuup4j/2/

KacperMadej commented 8 years ago

The problem is resolved on Win7/Chrome :+1: