jQuery UI draggable/droppable not working in Firefox 3.6.13

2.6k views Asked by At

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!

4

There are 4 answers

0
musashiXXX On BEST ANSWER

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!

1
Fox32 On

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

0
user657080 On

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...

0
themerlinproject On

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?