为什么 ckeditor 右键单击​​上下文菜单在基本包中不起作用?

Why does ckeditor right-click context menu not work in basic package?

我想弄清楚为什么当我在我正在开发的应用程序中右键单击 ckeditor 的文档正文时,ckeditor 的上下文菜单(带有粘贴和其他选项)没有出现。

为了调试,我尝试了 downloading 'Basic' 和 'Standard' 包 (4.6.2) 和 运行 'Sample'。

基本包中存在同样的问题(浏览器的上下文菜单出现而不是 ckeditor 的)但它在标准包中工作(ckeditor 的上下文菜单出现)。

任何人都可以向我解释这是什么根本原因吗?我检查了标准发行版中的插件文件夹,看看是否有任何明显的东西,比如 'contextmenu' 插件,但没有看到任何突出的东西。我也检查了 samples/js/samples.js 但也没有看到任何明显的东西。我错过了什么?

标准包和完整包包含 contextmenu plugin which provides the editor's context menu to use instead of the browser's native menu in place. Basic package doesn't contain this plugin. You can check this with the online builder