extjs 的窗体拖动阻滞
win = desktop.createWindow({
width: 300,
height: 400,
layout: 'fit',
html: '<iframe width=100% height=100% src="http://"></iframe>'
});
如图,向里面拖就会卡住
extjs 的窗体拖动阻滞
win = desktop.createWindow({
width: 300,
height: 400,
layout: 'fit',
html: '<iframe width=100% height=100% src="http://"></iframe>'
});
如图,向里面拖就会卡住