Hi,
I am frequently facing hangs if I set moveable to false as myPanel.moveable(false);
After trying to move Panel ~4-5 times page becomes unusable.
I suspect some memory leak in the wcDocker code.
If I remove the myPanel.moveable(false); code then it is working fine, no hangs nothing.