Opened 14 years ago

Closed 14 years ago

#4755 closed Bug (expired)

CKeditor causes javascript error on IE

Reported by: Sami AlSayyed Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0.1
Keywords: Pending Cc:

Description (last modified by Frederico Caldeira Knabben)

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?

Change History (2)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Description: modified (diff)
Keywords: Pending added
Milestone: CKEditor 3.x
Priority: HighNormal

I've just tested the editor with your settings and it works just fine. Please attach an HTML page that can be used to reproduce the problem here.

comment:2 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Resolution: expired
Status: newclosed

Please reopen if you can provide a test page as requested by Fred

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