jQuery RTL

jQuery RTL


I've started using jQuery today, and I tried to make a sortable list.
It worked very well, jQuery is excellent,
and in the end, I had a bad surprise - Since my website is in right-to-
left language, when you try to drag something - it aligns it to the
left.
I took a working example on the internet, and just added a
"dir=rtl" (Direction = right to left). And, same bug.
This bug was also found in the latest version of jQuery, but here is
an example link.
http://www.seekposition.net/jquery/sortlist.php
You can watch the example here.
Any idea how can I solve it?