-
Notifications
You must be signed in to change notification settings - Fork 1.5k
mousedown mouseup not working on vis #2429
Comments
Maybe related to #2421. @yotamberk can you have a look at this too? |
I'll try it out today\tomorrow |
nobody can help me? |
I think an |
i tried to use it but nothing change...i noticed an interesting thing: only the left click doesn't work, if i click with right button mousedown event works...it is very strange |
@farso92 I noticed that the docs don't include |
thank you so much...that's perfect |
Already implemented selection zooming and now waiting for those mouse events to be available. Hope soon and thanks a lot! |
* Fix redraw order * Add mouseup, mousedown, mouseover, click and dblclick events on timeline * Add docs * Add to evenlistener example * Add mousemove event listener * Fix example * Remove mouseUp and mouseDown events and fix docs for mouseOver * Remove mouseUp and mouseDown from example
@yotamberk fixed this with #2473 |
hi i have a problem with the use of mousedown and mouseup event in vis timeline....this is a simple example of my code....(the timeline is inside the div visualization)
$("#visualization").on("mousedown", function1);
function function1(e) {
console.log("mouseDown");
};
the strange thing is that click event works fine and that 1 month ago mousedown events works fine too.
I don't know what do because mousedown and click are differente event and i can't use mouseup with click....please help me to figure out
The text was updated successfully, but these errors were encountered: