Search and Top Navigation
#8499 closed bug (worksforme)
Opened August 14, 2012 07:12PM UTC
Closed August 14, 2012 09:05PM UTC
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.
Attachments (0)
Change History (1)
Changed August 14, 2012 09:05PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Works for me with the latest version: http://jsfiddle.net/L9YaX/4/