backdrop-contrib / ckeditor

NOW IN BACKDROP CORE 🎉 Rich text editor integration using the CKeditor library.
GNU General Public License v2.0
0 stars 0 forks source link

Unable to change the Editor Toolbar #5

Open Graham-72 opened 9 years ago

Graham-72 commented 9 years ago

When trying to change the settings in Editor Appearance it is impossible to use the sample toolbars, and although icons can be moved, the changes are not being stored.

Eventually I found this was due to use of jQuery .attr rather than .prop as required by recent versions of jQuery as in Backdrop. Some changes are about to be made to ckeditor.admin.js and sort.js but there are probably other instances causing other problems.