Closed (won't fix)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2010 at 05:58 UTC
Updated:
30 Jun 2010 at 21:21 UTC
Hi,
Sorry for my poor English first.
My drupal site is Drupal 6 with Filefield,Insert and Ckeditor.
The problem is that when I used Ckeditor in IE8, Everything is ok. but when I changed to FF, image i tried to insert did not display in the text box. I knew that this problem was caused by the url wrong via firebug. Then I disabled the Ckeditor, URL in the HTML code was ok. So i thought that, it may be caused by Ckeditor url filter or something else.
THX for help.
See more details in my attach files.
| Comment | File | Size | Author |
|---|---|---|---|
| url_wrong.png | 42.86 KB | Yangchunjin |
Comments
Comment #1
mephir commentedWhat is wrong in path? Are you using some filebrowser like imce or others? I cann't review this bug, i haven't any problems with it.
Comment #2
jcisio commentedI can confirm that a few of my users get this bug. Not often, and they couldn't reproduce this bug when I was there. But it returned!
The problem that image is not shown is the wrong relative url. When you insert the image, you are at /node/add/story, so the path "../../sites/default/files/blabla" is correct. But when you view your content at /node/%nid, of course, it doesn't work.
Comment #3
wwalc commented@jcisio - how exactly do you insert images into CKEditor? Are you using IMCE or CKFinder?
If you're using CKFinder can you let me know what URL is in the image dialog before you close it and insert image into the editor?
Comment #4
jcisio commentedI use IMCE (the "browse on server" option on CKEditor Image) in my site, no CKFinder. My users seemed do it correctly, but sometimes it happens. Not many times, 3-4 times in about 150-200 articles they have created recently. I am not sure this info can help you.
Something about not completely loaded config script or network problem?
Comment #5
wwalc commented@jcisio - if it's a random issue it might be hard to reproduce it. Any chance to get a link via PM to a site with this bug to check whether I'll be able to reproduce it?
Comment #6
jcisio commentedPM sent. Thanks.
Comment #7
jcisio commentedWow, now I can reproduce the bug, but it's a bug of the editor, not of the module.
I have a picture in the editor, type Ctrl-X to cut it, move the cursor then Ctrl-V to paste. No problem appears. But when switch to HTML source, the
srctag has changed to "../../sites/default/files/blabla"Only tested with Firefox on Mac. And seeing the first screenshot, I'm not sure that the OP's problem.
Comment #8
wwalc commentedCKEditor bug: http://dev.ckeditor.com/ticket/5218