I have slickgrid and jquery-ui libraries and some problems are being caused. Without the jquery.event.drag library (slickgrid required), it worked beautifully.
I have a resizable and draggable div, and I'm using the THREEDUBMEDIA jquery.event.drag plugin.
When I try to resize a div, it does drag & drop and resize too.
Someone is having problems combining both libraries, can this be fixed?
fiddler example: fiddler
fiddler example
The solution I found is to use an older version of jquery.event.drag libray.
Now I use:
.
- jquery.event.drag jquery-ui .
SlickGrid / jquery.event.drag, . jQuery . jquery.event.drag , , SlickGrid. jQuery UI- , - .
jQuery UI, ?
jQuery:
drag
drop
resizable
: http://jsfiddle.net/IrvinDominin/5kn5S/
Today I came across the same question. The answer should be to capture the slickgrid. That is what makes it custom, which plugin to use:
jquery.event.drag OR jquery-UI - not both.
I discovered this problem: https://github.com/mleibman/SlickGrid/issues/811
- Sebastian