Ticket #4699 (closed Bug: expired)
msie and safari problems
| Reported by: | klaus | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.0.1 |
| Keywords: | Pending WorksForMe | Cc: |
Description (last modified by alfonsoml) (diff)
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
comment:1 Changed 3 years ago by alfonsoml
- Keywords Pending WorksForMe added
- Description modified (diff)
- Milestone CKEditor 3.x deleted
comment:2 Changed 3 years ago by omarius
I have the same problems setting a configuration for ckeditor.
This works only in FF but fails in IE and Safari
CKEDITOR.replace('f_text_de',
{
customConfig : 'http://xxxxxxx/ckeditor/config.js'
});
Another thing that works only in FF (option parameters for replace()):
format_div : { element : 'div', attributes : { class : 'normalDiv' } },
Safari and IE don't accept the seccond element, they would only accept this:
format_div : { element : 'div' },
comment:3 Changed 3 years ago by alfonsoml
That's not the same configuration problems that the ones reported at this ticket. For example when you specify a full url it might be some XSS protection the one that it's causing the problems and the last item would need also it's own ticket as it's just part of the configuration that it's causing troubles.
So please create a new ticket for each issue providing a url or example page to reproduce the problem.

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.