Opened 14 years ago
Closed 14 years ago
#7922 closed Bug (fixed)
Can't open dialogs in IE6
Reported by: | Jakub Ś | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.1 |
Component: | General | Version: | 3.6.1 |
Keywords: | IE6 IBM | Cc: | satya_minnekanti@… |
Description (last modified by )
When opening dialogs in IE6, JS error pops out:
Line:3127
Message: [CKEDITOR.dialog.openDialog] Dialog “link” failed when loading definition
URI: /_source/plugins/dialog/plugin.js
This has occured from revision [6971]
Attachments (3)
Change History (13)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
comment:2 Changed 14 years ago by
Milestone: | → CKEditor 3.6.1 |
---|
comment:3 Changed 14 years ago by
Status: | confirmed → pending |
---|
comment:4 Changed 14 years ago by
Maybe some IE6 caching fooled me because I thought that this is happening "by default" and after some investigation it seems that this issue has similar TC to #7919.
- Open Ajax sample
- Clear browser cache
- Create an editor
- Open any dialog from toolbar
Result: Error pops out (see IE6 ajax2.png).
It looks like IE6 is not loading everything when editor is created. Sometimes instead of error only contents are shown (see IE6 ajax.png).
What is strange is that I could not reload the cache using CRTL+F5. To get dialogs working again I have opened replaceEmenetsByClass sample tried out few dialogs (they worked there) and then came back to Ajax sample.
If this helps I have tested it on Windows XP 2002 SP2 and IE 6.0.2900.2180_xpsp2_gdr.100216-1441
Changed 14 years ago by
Attachment: | IE6_ajax.png added |
---|
Changed 14 years ago by
Attachment: | IE6 ajax2.png added |
---|
comment:5 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:6 Changed 14 years ago by
Keywords: | IBM added |
---|
comment:7 Changed 14 years ago by
Status: | pending → confirmed |
---|
I was able to reproduce the problem running from a server.
Changed 14 years ago by
Attachment: | 7922.patch added |
---|
comment:8 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → review |
comment:9 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:10 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6990].
I'm unable to reproduce the problem, are there any more details on this?