主题: IE9下使用框架的时候
作者: 暮夏阳光, 发布日期: 2013-01-24 16:49:07, 浏览数: 2941

操作系统:win7 

浏览器版本: ie9  只有IE9 使用框架的时候会出现这个问题 

KindEditor版本:4.15 其实从3.55 开始我就开始用 每个版本都不行  

BUG再现步骤:
1.<frameset rows="59,*" frameborder="no" border="0" framespacing="0">
 <frame src="top.php" onload=nof5() noresize="noresize" frameborder="0" name="topFrame" marginwidth="0" marginheight="0" scrolling="no">
<frameset rows="*" cols="195,*" id="frame">
 <frame src="left.php" onload=nof5() name="leftFrame" noresize="noresize" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto">
 <frame src="do/index.php" onload=nof5() name="main" marginwidth="0" marginheight="0" frameborder="0" scrolling="yes">
</frameset>
<frame src="UntitledFrame-1" noresize="noresize" frameborder="0" name="bottomFrame" marginwidth="0" marginheight="0" scrolling="no">
<noframes>编辑器嵌套在这里面的

 2.点击多图上传按钮    


 3.点击右上角多图上传界面的x IE9 就会假死不能动了
 期望结果: 只有IE9 点击多图上传以后不能直接关闭 其他浏览器都可以   单图也可以直接点击关闭 就这个不行

作者: Roddy, 发布日期: 2013-01-25 23:45:31
能提供演示地址吗?
回复
作者: 暮夏阳光, 发布日期: 2013-01-26 08:56:10

回复Roddy: 你好这是后台地址

http://text.agw8.com/ceshi/login.php

账号  密码  都是kind

进去以后 随便点个栏目 只要是IE9 然后点编辑器里面的多图上传  打开然后点关闭 就会 假死了 

 

回复
作者: Roddy, 发布日期: 2013-01-26 10:15:58
回复暮夏阳光:好的,IE9确实有问题,源代码没修改过是吧?
回复
作者: Roddy, 发布日期: 2013-01-26 12:16:01

找到原因了,plugins/multiimage/multiimage.js搜索以下代码,注释掉swfupload.remove();就可以,好像是swfupload的BUG。


beforeRemove : function() {
    swfupload.remove();
}
回复
作者: 暮夏阳光, 发布日期: 2013-01-26 15:50:45
回复Roddy:老大就是牛啊 解决了 谢了
回复
作者: 暮夏阳光, 发布日期: 2013-01-28 10:15:49
回复Roddy:老大注释掉 出现新的问题了 使用多图上传以后   选中文字 都会很卡了选不中的感觉 光标不跟随了
回复
发表新帖 发表回复