主题: google浏览器下无法获取编辑器内容
作者: 咬牙, 发布日期: 2011-07-19 04:57:40, 浏览数: 2877
操作系统: Windows XP

浏览器: google

KindEditor版本: 3.5.5

BUG再现步骤:

1.在google浏览器下无法获取编辑器内容,在IE6.0浏览器里获取正常,也能够保存到数据库。

代码如下:

<script>

        KE.show({

                id : 'editor_id'

        });
			KE.show({
			id : 'editor_id',
			allowFileManager : true
		});
</script>
<INPUT type="hidden" name="content" value=""><textarea id="editor_id" name="content" style="width:650px;height:350px;">

</textarea>


期望结果:

发表新帖 发表回复