When dragging a jquery dialog with an iframe inside , the drag stops if the mouse goes over the frame contents while dragging. It seems that the iframe takes automatically the focus. is there any way to prevent this and make drag normal?
var iframe=document.createElement('IFRAME');
$(div).append(iframe)
.dialog();