Problem with a JavaScript error when a RadDock is cloned after its content container element is set to be a drag handle
When the content container of RadDock is configured to be a drag handle via the following code
dock.set_handle(dock.get_contentContainer());
a JavaScript error will be thrown if you call the 'clone' client-side function of the control
dock.clone()