﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4755	CKeditor causes javascript error on IE	Sami AlSayyed		"Hello,

I am using CKEditor on jsp page. 

My config.js:

{{{
CKEDITOR.editorConfig = function( config )
{	
    config.toolbar = 'SimpleToolbar';	
    config.resize_enabled = false;
    config.toolbar_SimpleToolbar =
    [
        ['NewPage','Preview','-','Print', 'SpellChecker', 'Scayt','-','Undo','Redo'],
        ['/'],
        ['Bold','Italic','Underline','Strike'],
        ['NumberedList','BulletedList'],
        ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
        ['Link','Unlink'],
        ['/'],
        ['Table','HorizontalRule','SpecialChar'],
        ['TextColor','BGColor'],
        ['Maximize', 'ShowBlocks']
    ];	
};
}}}

Everything is fine until I try to open the page on IE, it will cause JavaScript error ""in line 22. error thrown and can't be caught""

What should I check?"	Bug	new	Normal		General	3.0.1		Pending	
