UI sortables change the placeholder element when moving to connected sortable

UI sortables change the placeholder element when moving to connected sortable


HI there,
I have two sortables
One where children are DIV's and an other where they are TD's
If I start dragging from the DIV, the placeholder is also a DIV, and
this create some rather odd results when moving into the TD sortables
as the placeholder is placed above and below the TD's instead of side
by side. And the vice-versa example is equally odd (although visually
more "understandable" )
Of course there is nothing strange in that behavior since that is how
the browser behaves. What I would like to do is to change the dom-
element of the placeholder in the OVER event listener - so that it
reflects the items in the current sortable
Thanks in advance,
/Johannes