簡體   English   中英

無法按空格鍵CKEDITOR內聯

[英]Can not press space key CKEDITOR inline

使用ckeditor 4(串聯模式)時出現問題。 我可以單擊一個div並進行編輯,但不能按空格鍵。 請告訴我如何解決此問題。 在此處輸入圖片說明

這是我的代碼

<div id="editor1" contenteditable="true">
    <h1>Inline Editing in Action!</h1>
    <p>The "div" element that contains this text is now editable.
</div>
<script>
    // Turn off automatic editor creation first.
    CKEDITOR.disableAutoInline = true;
    CKEDITOR.inline( 'editor1' );
</script>

經過數小時的研究發現, jquery.hotkeys.js引起了問題,我遇到了同樣的問題。

嘗試刪除對jquery熱鍵的任何引用,看看是否可行,

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM