Problem
This control (and other in Telerik) control set have a quirk that on dialogue drop it enables all other iframes. So if you have a hidden iframe or dialogue then this will pop up as visible.
What it should really do is only enable items that are not hidden before it starts the drag.
The drag is not limited so it can be dragged off your application
Stop the Drag
To stop the drag do this.
$('.rwTitlebar').prop("disabled", true);
No comments:
Post a Comment
Comments are welcome, but are moderated and may take a wee while before shown.