Hi,
I’m using D3.js together with various jQWidgets components and for the most part it is working fine. However, when I use jqxDragDrop I get an issue with events triggering on D3 components.
Edit: the link to jsfiddle isn’t showing, so here it is again: http://jsfiddle.net/6oLdp6z0/
The first div is a brushable area that should allow dragging to select an area. If I call jqxDragDrop() the mouseup is no longer triggered on the brush and it gets stuck in a “brushing” state. Simply removing the jqxDragDrop() call will restore it to normal function.
Interestingly, it works fine when using a touch interface or emulated touch in Chrome.
Is it possible to get these components working together?
Thanks.