#9768 closed Bug (invalid)
ContextMenu plugin not working on CKEditor 4.0
Reported by: | david | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Context Menu | Version: | 4.0 |
Keywords: | Cc: |
Description
I am having problems related to contextmenu plugin. My plugins have used the context menu in older versions of ckeditor without problem but now it seems that the plugin is not working anymore.
I also tried to run your sample "abbr plugin" which is also using the contextmenu and it fails because it does not adds the "Edit Abbreviation" as an option of the menu.
Can somebody confirm that contextmenu/abbr plugin are still working properly on ckeditor 4.0?
Many thanks!!
Change History (4)
comment:1 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
I am still not able to run the Abbr(Abbreviation) plugin which is in your documentation--> http://docs.ckeditor.com/#!/guide/plugin_sdk_sample_2
No worries, I'll be doing something wrong. Thanks!
comment:4 Changed 12 years ago by
@despinola I have tried code in link you have provided and it has worked so I believe that you have made a mistake in your code.
Context menu works without problems. Just go to CKEditor download site (http://ckeditor.com/download) and download latest version or go to builder (http://ckeditor.com/builder) and select plugins and version you want.
I don't know what abbr sample is. I actually have never heard of it.
CKEditor 4 is not 100% backwards compatible and some compatibility problems may arise especially with advanced custom plugins. What you need to do is adjust your plugins to new version.
CKEditor 4 documentations site: http://docs.ckeditor.com/ (api - http://docs.ckeditor.com/#!/api) as well as JavaScript errors that come out Firebug console can be a huge help.