我正在使用.draggable和.droppable在一个项目中,他们在Chrome和IE中工作正常,但在Firefox 3.6.13(Windows ......我没有用Linux上用FF测试这个),他们不'T。我即将发布我的代码,但我决定在jQuery UI网站上尝试拖放/可丢弃的演示,然后在进行任何人之前进行: - )

果然,以下演示在Firefox 3.6.13中不起作用(至少为我):

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

http://jqueryui.com/demos/dropppable/

任何人都可以重现这个吗?有谁知道为什么和/或如果有解决这个问题?

提前感谢!

有帮助吗?

解决方案 4

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!

其他提示

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

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?

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top