id summary reporter owner description type status priority milestone component version resolution keywords cc 14251 Plugin requirement preventing editor from working properly when plugin is installed and enabled Adam De Lay "== Steps to reproduce == 1. Download Full install with Upload Image and oEmbed plugins (different errors for source version vs optimized version) 2. Add config.imageUploadUrl to config.js with path to server side processing file for upload image. 3. Add to web page and try to drag/drop image into editor == Expected result == I expect the editor to work just like the demo. When I drag and drop an image into the editor, it should save and display. == Actual result == Source download type: All editor toolbar buttons are grayed out and do not work. Console error states ""[CKEDITOR] Error code: editor-plugin-required. Object {plugin: ""toolbar"", requiredBy: ""notification""}"". Here's the config.plugin list [config.plugins = 'dialogui,dialog,about,a11yhelp,dialogadvtab,basicstyles,bidi,blockquote,clipboard,button,panelbutton,panel,floatpanel,colorbutton,colordialog,templates,menu,contextmenu,div,resize,toolbar,elementspath,enterkey,entities,popup,filebrowser,find,fakeobjects,flash,floatingspace,listblock,richcombo,font,forms,format,horizontalrule,htmlwriter,image,indent,indentblock,indentlist,smiley,justify,menubutton,language,link,list,liststyle,maximize,newpage,pagebreak,pastetext,pastefromword,preview,print,removeformat,save,selectall,showblocks,showborders,sourcearea,specialchar,scayt,stylescombo,tab,table,tabletools,undo,wsc,lineutils,widget,oembed,filetools,notification,notificationaggregator,uploadwidget,uploadimage';] Optimized download mode: Editor seems to work for the most part except the same error displays in the console ""[CKEDITOR] Error code: editor-plugin-required. Object {plugin: ""toolbar"", requiredBy: ""notification""}"" and the uploadImage plugin saves the files to the server properly but it doesn't display them in the editor post-upload. When I try to debug the plugin file, it looks like the editor isn't even pulling it in. == Other details (browser, OS, CKEditor version, installed plugins) == Chrome 47.0.2526.73 m; CKEditor 4.5.6; Full plugin list as well as oEmbed and Upload Image plugins" Bug closed Normal General invalid