clone() method not working with UI components

clone() method not working with UI components


Hello,
This code fails. The cloned box will not be draggable
C('.box2')->draggable()->clone(true)->appendTo('body')
Can any one else confirm this?