Sortable behave differently in IE vs Firefox?
I have a sortable list and the handle is a text number that is
automatically reordered each time an item is moved.
On IE7, this works fine. But in Firefox 3, the reordering only start
from where you drop it. Try drag something from the end and drop in
the middle a couple of times and you will see what I mean.
You can try it here. URL case sensitive, view source to see code.
http://homepages.nyu.edu/~bz225/Test.htm
http://homepages.nyu.edu/~bz225/TestAlert.htm
The second one has an alert in it, so you can clearly see that foreach
works differently between IE and FF.
I'm new to this. Did I miss something? Thanks.