Draggable - 'text' cursor is shown in Safari

Draggable - 'text' cursor is shown in Safari

Hi there,
 
$(
".myCss" ).draggable({ cursor: 'move', other settings...)
 
Based on this code, draggable object should show 'move' cursor while dragging. In IE and FF it works perfectly; but in Safari, it shows 'text' cursor while dragging.
 
Tested in safari 4.0.5
 
Is this a bug?