﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11329	SpellChecker button does not display when using a custom defined toolbar.	monk_boy		"CKEditor v4.3.1 Full Package install.

In ckeditor\config.js


CKEDITOR.editorConfig = function (config) {

    config.toolbar_Simple =
    [
        ['Cut', 'Copy', 'Paste', 'PasteFromWord', 'Undo', 'Redo', '-', 'Bold', 'Italic', 'Underline', 'Strike', 'Link', 'Unlink', '-', 'RemoveFormat', 'SpellChecker', 'Maximize', 'Source']
    ];


    config.toolbar = ""Simple"";
};


SpellChecker button will not display. Using the empty config file the SpellChecker button will show with all of other buttons."	Bug	closed	Normal		UI : Toolbar		invalid		
