Changes between Initial Version and Version 1 of Ticket #4755
- Timestamp:
- Dec 9, 2009, 2:08:44 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4755
- Property Keywords Pending added
-
Property
Priority
changed from
High
toNormal
-
Property
Milestone
changed from
CKEditor 3.x
to
-
Ticket #4755 – Description
initial v1 1 1 Hello, 2 2 3 I am using CK editor on jsp page.3 I am using CKEditor on jsp page. 4 4 5 5 My config.js: 6 7 {{{ 6 8 CKEDITOR.editorConfig = function( config ) 7 9 { … … 22 24 ]; 23 25 }; 26 }}} 24 27 25 28 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"