Sortable_element isn't doing an ajax request

Hi,

I’m using sortable_element and trying to do a request after each drag
and drop. But it doesn’t seem to work when the option :ghosting is
turned off.

<%=
sortable_element(“imgpage0”,:tag=>“div”,:constraint=>:horizontal,:overlap
=>:horizontal,:ghosting=>false,:url=>sortassets_articles_url) %>

Actually, the problem is explained very well in this ticket:

http://dev.rubyonrails.org/ticket/6489

I’m a bit confused because it states:

“This was observed in Rails version 1.1.6. I tested with Firefox 1.5.0.7
and IE 6, and the problem exists in both browsers.”

Does this problem still exist, or is there something wrong with my JS
files?