Index: lams_central/web/ckeditor/README.md =================================================================== diff -u -r7a355f326f0acb24a25460c16b3824e5cc610297 -rb9d1ec3fae172f7c9cf591469e6ba84ba901d079 --- lams_central/web/ckeditor/README.md (.../README.md) (revision 7a355f326f0acb24a25460c16b3824e5cc610297) +++ lams_central/web/ckeditor/README.md (.../README.md) (revision b9d1ec3fae172f7c9cf591469e6ba84ba901d079) @@ -64,8 +64,7 @@ For CKEditor 4.16.2 the code to remove is b.getAttribute("class")&&(c=c.replace("\x3e",' class\x3d"'+b.getAttribute("class")+'"\x3e')); -- (NOT REQUIRED ANYMORE AS OF CKEDITOR 4.16.2) -bootstrapTabs plugin. +- bootstrapTabs plugin The "element.getAscendant"'s function that was specified on Double click and contextMenu listener methods were replaced with the following "return !( element instanceof CKEDITOR.dom.document ) && element.hasClass('bootstrap-tabs') ;". As otherwise it always false positively determined there is a tabs element in CKEditor canvas (due to LAMS header containing a tab). Modify plugins/bootstrapTabs/dialogs/plugin.js or optimised ckeditor.js