Displaying 1 result from an estimated 1 matches for "thomasleen".
2008 Jun 05
0
Scriptaculous: Sortable not firing in IE7
I have a ul that is set to be Sortable. The id naming scheme for the
underlying elements is the proper format "{name}_{number}".
On FF 2 and IE 6, my onChange and onUpdate methods are fired. However
only on IE7 (7.0.5730.13 to be exact), after I move the list item and
mouse up the drop never seems to finish, the list items reverts. No
events: onChange or onUpdate are ever fired.
Has