Completed
Last Updated: 14 Oct 2015 15:28 by ADMIN
ADMIN
Slav
Created on: 04 Apr 2014 10:41
Category: Dock
Type: Bug Report
0
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()
0 comments