Opened 11 years ago
Closed 11 years ago
#11476 closed Bug (duplicate)
config.browserContextMenuOnCtrl does not work with the divarea plugin
Reported by: | paftek38 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Context Menu | Version: | 4.3.2 |
Keywords: | Cc: |
Description
The browserContextMenuOnCtrl config option works with the wysiwygarea plugin and in inline editing mode, but not with the divarea plugin.
After reading the code, it seems due to the disableContextMenu() called in themedui.js on the generated contenteditable div.
http://jsbin.com/eMIhEtO/4/edit?html,js,output