Opened 16 years ago
Last modified 16 years ago
#4699 closed Bug
msie and safari problems — at Version 1
| Reported by: | klaus | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.0.1 |
| Keywords: | Pending WorksForMe | Cc: |
Description (last modified by )
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',
{
toolbar : 'Basic',
uiColor : '#9AB8F3'
});
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.
Change History (1)
comment:1 Changed 16 years ago by
| Description: | modified (diff) |
|---|---|
| Keywords: | Pending WorksForMe added |
| Milestone: | CKEditor 3.x |

Can you provide a url with the problem?
If it wouldn't be possible to change the configuration in those browsers that would have been detected quite soon.