Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IE7 Jquery UI Sortable problem

I'm using Jquery UI sortable in my current project to make boxes drag and drop-able into new columns. It works in all modern browsers apart from ie7, in which you can drag and drop, but when you drop, it completely ruins the content of the box you're dropping.

Any ideas?

like image 993
Qwibble Avatar asked May 12 '26 13:05

Qwibble


1 Answers

All the jQuery UI sortable demos seem to work for me in IE7 and the documentation says they should to too. Sounds more likely an issue with the CSS of the elements you're dropping into.

I'd start by rebuilding your functionality with no styles or JS other then the jQ UI required and check it works - then start adding back in your HTML and CSS it.

Can you send some code samples and explain how it gets ruined?

like image 119
Dan Avatar answered May 14 '26 11:05

Dan