Opened 10 years ago
Closed 10 years ago
#13326 closed Bug (invalid)
Dynamically adding context menu items ignores new command object
| Reported by: | Justin | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: | tolchinj@… |
Description
I am trying to add multiple items to a context menu based on what the user has selected elsewhere on the page. I can get the menu items to add, but it seems that the command names are being ignored and overwritten. Details and code on Stack overflow: http://stackoverflow.com/questions/30377897/ Did I just make a JavaScript coding error? Or is this a CKEditor bug? I have not been able to find any articles related to adding menu items in this way. Thank you, Justin
Change History (1)
comment:1 Changed 10 years ago by
| Keywords: | CKEditor context menu removed |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
| Version: | 4.4.7 |

From what I can see this question was answered on SO and it turned out to be invalid implementation.