分类目录归档:phpwind

phpwind编辑器在代码模式下无法定位光标问题修复方法

当内容较长时,编辑器在“代码模式”下无法定位光标、无法回车,目前phpwind8.5存在此BUG,其它版本未知,修复方法: 找到js/breeze/editor/editor.js 修下面的红色字体,把100%修改为926px即可: B.css(this.textarea,{‘height’: textareaHeight+’px’,’width’:’100%‘,’border’:’none’,’overflow’:’auto’,’margin’:’0′,’padding’:’0′}); 目前此修复方法只在IE8下测试有效,其它版本浏览器未测试。

发表在 phpwind | 留下评论