Opened 9 years ago

Last modified 9 years ago

#13710 closed Bug

Js error when removing plugins from FULL version CKEditor — at Initial Version

Reported by: GLK Owned by:
Priority: Normal Milestone:
Component: UI : Toolbar Version: 4.5.3
Keywords: Cc:

Description

Steps to reproduce

  1. Standard includes to start everything off just fine.
  2. Trying to remove some plugins for a simpler look.

$(function() {

var ckinstance = CKEDITOR.instancesmessage?;

delete CKEDITOR.ckinstance; CKEDITOR.replace( 'message', {

customConfig: '/js/ckeditor_email_config.js'

});

});

  1. Followed with the email_config.js

CKEDITOR.editorConfig = function( config ) {

Define changes to default configuration here. For example:

config.removePlugins = 'image,language,gg,flash,base64image,pastbase64';

config.scayt_autoStartup = true;

};

Expected result

FULL toolbar minus some things I don't want users to see... This list is subtantially longer in reality, but error occurs with just these!

Actual result

TypeError: a is undefined

...CKEDITOR.env.isCompatible)return null;a=CKEDITOR.dom.element.get(a);if(a.getEdit...

ckeditor.js (line 322, col 76)

Other details (browser, OS, CKEditor version, installed plugins)

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy