Ckeditor: Using Firefox built in spellchecker

前端 未结 5 1948
长情又很酷
长情又很酷 2021-02-07 09:23

I feel a little caught between a rock and a hard place here. I want to use Firefox\'s built in spell checking without disabling Ckeditor\'s context menu as this renders it impos

5条回答
  •  遥遥无期
    2021-02-07 09:56

    You could try setting the disableNativeSpellChecker property to false - it should then be possible to see the native spell checker markings within the editor - however for me I couldn't get this to work in Firefox, only Google chrome.

    You can then hold the ctrl key down when you right click to show the browser context menu (provided browserContextMenuOnCtrl has not been set to false)

    HTH.

提交回复
热议问题