Laurent Hasson

Results 11 comments of Laurent Hasson

Ah, ok. I remember that jquery had some sophisticated event mappings at some point, so i guessed (wrongly) it might be related to that. We moved from V3.4 straight to...

Hello Roman. This example is working as expected... I have to check this in more details as i am not seeing a difference with our code. This is very strange....

Hello Roman. I was able to reproduce my issue, but i am dumbfounded as to why that is happening. I have made simple updates to your fiddle here: https://jsfiddle.net/Lqjhy1v8/6/ What...

Ok, I will check those examples :) thank you so much. As to why the behavior changed, my analysis is so ple I think. Previously, the context menu event in...

OK Roman, maybe i can help. Can you direct me to the piece of code where you handle these events so i can have a look? Many developers use the...

Hello Bill, I will check the stack trace and try to gather additional insights. I am not sure this is timing related though but will check that angle. Thank you,...

Hello! Here are screenshots i am getting when clicking inside the tooltip DIV (just regular stuff). I put a breakpoint at the beginning of the method, and at the beginning...

I agree 100%. This is more in line with the browser architecture and less surprising to a web developer. As for how to implement, it's a tough one. One solution...

Agreed, but the documentation and sample are not so clear about this. This works for a general tooltip DIV attached at the document level and with position:relative. The positioning then...

OK, so what i ended up doing is basically making ALL labels come up at the same location on the chart, so not good. This is the usecase i was...