Jquery.event.drag and jquery variable incompatibility dimension

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

+4
source share
4 answers

The solution I found is to use an older version of jquery.event.drag libray.

Now I use:

  • jquery.event.drag 1.5
  • jquery 1.7.2
  • jquery-ui 1.10.3
  • SlickGrid 2.1

.

+1

- jquery.event.drag jquery-ui .

SlickGrid / jquery.event.drag, . jQuery . jquery.event.drag , , SlickGrid. jQuery UI- , - .

+1

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

0
source

All Articles