0

I'm using .draggable and .droppable in a project and they work fine in Chrome and IE, but in Firefox 3.6.13 (Windows... I haven't tested this with FF on linux), they don't. I was about to post my code but I decided I'd try the draggable/droppable demos on the jQuery UI website before subjecting anyone to that :-)

Sure enough, the following demos do not work (for me at least) in Firefox 3.6.13:

http://jqueryui.com/demos/draggable/

http://jqueryui.com/demos/droppable/

Can anyone reproduce this? Does anyone know why and/or if there's a solution to this?

Thanks in advance!

musashiXXX
  • 4,192
  • 4
  • 22
  • 24

4 Answers4

1

Both run fine on 3.6.10 and 3.6.13 for me (On vanilla firefox without plugins, win7 64bit)

Fox32
  • 13,126
  • 9
  • 50
  • 71
1

don't work for me too with FF 3.13. The object is table, I'm working on MS Windows 7 x64. It work fine on IE8, Chrome, Opera and Safari

Creating a second draggable element and the first one become draggable...

user657080
  • 11
  • 2
1

works fine for me in 3.6.13

Have you tried looking at the console in FireBug to see if there are any errors being kicked up?

themerlinproject
  • 3,542
  • 5
  • 37
  • 55
0

Actually I've figured it out! It has to do with this bug in jQuery 1.5.0:

http://bugs.jqueryui.com/ticket/6955

Thanks to all of you!

musashiXXX
  • 4,192
  • 4
  • 22
  • 24