Opened 15 years ago
Closed 13 years ago
#5816 closed Bug (expired)
don't show images in IE wrong baseHref
Reported by: | Issy | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | IE | Cc: |
Description
Hello, we have installed your really beautifull (f)ckeditor. We realy enjoy it. Now we updated from fckeditor 2.x to ckeditor 3.3 and i found a Bug when using IE. Uploaded Images will not be displayed in the Editor. I can upload an image an can See the preview. I also see the image in the WYSIWYG, but whenn i change into the "source-mode" or open an existing dataset with the editor i can`t see the image.
I didn't have these problem with firefox.
The problem only occure when the image-directory (where the uploaded images will be saved) is not in the same file-hierarchy than the file which include the ckeditor. You can see my hierachy in the attached image.
I hope you can understand my englisch.
Attachments (1)
Change History (11)
Changed 15 years ago by
Attachment: | ckeditor_filesystem.jpg added |
---|
comment:1 Changed 15 years ago by
Keywords: | IE added |
---|---|
Milestone: | → CKEditor 3.x |
comment:2 Changed 15 years ago by
Component: | Core : Output Data → General |
---|
Does anyone have the same problem?
comment:4 Changed 14 years ago by
Version: | SVN (CKEditor) - OLD → 3.4.2 |
---|
I checked it again in the current stable version. The problem still exists.
comment:5 Changed 14 years ago by
Version: | 3.4.2 → 3.5 |
---|
comment:6 Changed 14 years ago by
Status: | new → pending |
---|---|
Version: | 3.5 → SVN (CKEditor) - OLD |
Please, provide a url to test the behavior or a full example.
comment:7 follow-ups: 8 9 Changed 14 years ago by
Ok, I know now why it doesn't work: The doctype was missing. With doctype it works also in IE.
comment:8 Changed 14 years ago by
Replying to Issy:
Ok, I know now why it doesn't work: The doctype was missing. With doctype it works also in IE.
My página tiene doctype, pero sigue sin verse la imagen en IE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
comment:9 Changed 14 years ago by
Replying to Issy:
Ok, I know now why it doesn't work: The doctype was missing. With doctype it works also in IE.
Sorry ... Now in English. My page has a doctype, but still do not see the image in IE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
comment:10 Changed 13 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
hierarchy of installed files for using the ckeditor