Changes between Initial Version and Version 1 of Ticket #4699
- Timestamp:
- Dec 21, 2009, 7:36:20 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4699
- Property Keywords Pending WorksForMe added
-
Property
Milestone
changed from
CKEditor 3.x
to
-
Ticket #4699 – Description
initial v1 1 ckeditor with custom config [anything overriding defaults] fails in MSIE [6 to 8] and Safari [3 and 4]. I tried custom config file and inline changes such as shown in the 3.0 docs. even the tiny example CKEDITOR.replace( 'editor1', 1 ckeditor with custom config [anything overriding defaults] fails in MSIE [6 to 8] and Safari [3 and 4]. I tried custom config file and inline changes such as shown in the 3.0 docs. even the tiny example 2 {{{ 3 CKEDITOR.replace( 'editor1', 2 4 { 3 5 toolbar : 'Basic', 4 6 uiColor : '#9AB8F3' 5 7 }); 8 9 }}} 6 10 from http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Setting_Configurations isn't accepted by those browsers. The same config changes are accepted by all Gecko based browsers [linux,os x, and win xp]. Galeon displays the right changes but crashes as soon as anything highlighted is changed - different bug report.