Opened 11 years ago
Closed 11 years ago
#8499 closed bug (worksforme)
Accordion not sortable when distance greater than 5
Reported by: | jeff012345 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.sortable | Version: | 1.8.18 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The problem that I found is for IE8. If you set the distance parameter in the sortable for an accordion greater than 5, you can't sort the accordion anymore.
distance set to 5: http://jsfiddle.net/L9YaX/3/ distance set to 6: http://jsfiddle.net/sBDAd/
The code is taken from the jQuery documentation example. Also, the behavior works as expected in chrome and firefox. I am unsure about IE9 and IE7.
Note: See
TracTickets for help on using
tickets.
Works for me with the latest version: http://jsfiddle.net/L9YaX/4/