在kindeditor中输入内容,遇到“-”后,“-”后面的内容全部消失;例如输入“服务时间:
    8:00 — 21:00  周末不休息
喜事预约热线:
    0335 — 3263333”后,只获取了  
“服务时间:
    8:00”,后面的内容全部消失

解决方案 »

  1.   

       我用的KD不存在这样的问题,-照样可以更改录入,不知道你的配置版本是:
        KindEditor 3.5.1(2010-07-18)  我的是 KE.show({
            id : 'kdshow',
            items : [
                'source','fullscreen', 'undo', 'redo', 'print', 'cut', 'copy', 'paste',
                'plainpaste', 'wordpaste', '|', 'justifyleft', 'justifycenter', 'justifyright',
                'justifyfull', 'insertorderedlist', 'insertunorderedlist', 'indent', 'outdent', 'subscript',
                'superscript', '|', 'selectall', '-',
                'fontname', 'fontsize', '|', 'textcolor', 'bgcolor', 'bold',
                'italic', 'underline', 'strikethrough', 'removeformat', 'link', 'unlink','|','about'
            ],
            filterMode :true,
            htmlTags:{
                br : ['/']
            }
        });