简体   繁体   中英

IE7 jQuery Sortable bug?

I'm trying to create a 3 column page with jQuery where users can move boxes between the three columns (something simular to iGoogle). In firefox and safari the dragging works perfectly fine. In IE7, once you drag a box once it works fine but then that box cannot be moved after that. I've tried re-applying the jQuery Sortable plugin to any moved box again but it doesn't seem to be working. Any ideas anyone?

Here's the code: http://www.marksblogg.com/dragging/

There's a know bug with sortable on IE6 and IE7. Check out if your parent item is set in a relative position. If so, that might be the cause...

http://jqueryui.com/demos/sortable/#portlets

Does this work in IE7?

Sorry I cannot test it I'm on a Mac.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM