主题: 首次加载不出来 |
作者: 日子依旧, 发布日期: 2015-01-07 10:09:09, 浏览数: 1484 |
操作系统: window7
浏览器版本: chrome 39.0.2171.71 m KindEditor版本: 4.1.10 BUG再现步骤: 1. var editor; KindEditor.ready(function (K) { editor = K.create('textarea[name="content"]', { resizeType: 1, allowPreviewEmoticons: false, allowImageUpload: false, items: [ 'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline', 'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist', 'insertunorderedlist','hr','removeformat'] }); }); 2、首次进入页面 KindEditor.ready 这里就卡起了。,编辑器一直加载不出来,一片空白,刷新后就可以了。
期望结果: 解决问题 |
作者: 阿毛, 发布日期: 2015-01-07 15:52:48 |
代碼是沒問題的,你檢查一下代碼的編碼是否對應,和檢查一下JS有沒有加載成功吧!
|
回复 |