关于Chorme浏览器27版本与之前版本的兼容问题
ext吧
全部回复
仅看楼主
level 1
tmac198788 楼主
最近刚对Chorme浏览器做了更新,从26更新到了27.
可是出现了问题,window弹出框嵌套的Iframe查询显示不全。
26的时候弹出框显示的查询框展示完全。
升级27后弹出框显示的查询框展示就不全了。
代码如下:
Ext.create("Ext.window.Window", {//部门查询带回窗体
id: "Manager_BasicInfo_CommonPage_QueryDepartment_Window",
height: 460,
hidden: true,
width: 360,
autoHeight:false,
html: "<iframe src='../../BasicInfo/CommonPage/QueryDepartment.aspx' width=100% height=100% scrolling=no frameborder=0></iframe>",
bodyStyle: "background-color: #fff;",
closable: true,
title: "请选择部门",
modal: true
})
2013年06月03日 02点06分 1
1