Not showing insert in editor. But is visible in source and when page saved.
When re editing page image is visible in editor.
Works when switching to fck editor.
Could be CK edtitor issue not sure where to post.
Gecko
Not showing insert in editor. But is visible in source and when page saved.
When re editing page image is visible in editor.
Works when switching to fck editor.
Could be CK edtitor issue not sure where to post.
Gecko
Comments
Comment #1
mattday commentedDoes your site use private downloads? Sounds like this may be the same issue I am experiencing.
Comment #2
quicksketchI am unable to reproduce this problem.
Comment #3
darrice commentedI am also experiencing this problem. My site does not use private downloads. I'm just using CKEditor, field_image_cache file (image) upload for the field type (in a create Story content), and clearly WYSIWYG and Insert. Hopefully that will help to reproduce the issue.
Comment #4
sittard commentedGot the same issue here with a similar setup:
- WYSIWYG.
- CKEditor 3.2.1.5372.
- CCK Field Image.
- Public downloads.
- Development server (http://localhost/newsite/).
- PECL Upload progress.
When I click the insert button a broken image icon appears in CKEditor. Right clicking on the icon reveals the correct path in image properties. It's almost like CKEditor needs to refreshed to display the image.
Hope that helps.
Comment #5
gooddesignusa commentedThis has happened to me before but only for certain images. Looking at the html it looked like there was a line break in the source of the image file. I can't remember how I fixed it but I think it had something to do with shutting off some settings in the input filter. I think it was the Line break converter one that shouldn't of been on anyways. I also rearranging the filters. I also told the client to stop uploading images with spaces in them. Some how this fixed it. Not sure if this is related to any of your issues but its worth looking into.
Comment #6
sittard commentedThese suggestions did not help me but I did look at the HTML before and after saving the page.
Before Saving
<img width="600" height="800" title="" alt="" _cke_saved_src="http://localhost/newsite/sites/default/files/image.jpg" src="../../sites/default/files/image.jpg" _moz_dirty="">After Saving
<img width="600" height="800" title="" src="http://localhost/newsite/sites/default/files/image.jpg" alt="">Looks like a problem with the relative path or that might just be my setup...
Comment #7
quicksketchPerhaps this was an issue with #800524: Files with strange characters do not show up, URL-encode inserted URLs also? This bug has now been corrected so Insert will now work with files that have not URL-safe characters. I'll mark this issue fixed, please reopen only if your issue sounds exactly like what has been described here and is reproducible.
Comment #8
sittard commentedJust updated to 6.x-1.0-beta5 and I'm still getting the same problem as described in #6.
Comment #9
quicksketchsittard: The comment in #6 sounds like #622630: Some themes won't let image insert.
Comment #10
sittard commentedTurned off my Zen sub theme and set the default to Garland and re-tested but I'm still getting the same issue.
Thanks.
Comment #11
malphas commentedsubscribing... having the same issue. hope someone comes up with an idea of how to fix it, because I don't wanna switch back to another wysiwyg editor.
Comment #12
quicksketchClosing again. See #811436: Insert Works For Default Fields But Not CCK Fields (CKeditor).
Comment #13
sittard commentedReopening as #811436 does not fix this issue.
This is my current set up:
- WYSIWYG Module.
- CKEditor 3.4.0.5825
- CCK Field Image (with Insert - 6.x-1.0-beta6)
- Public downloads.
- Development server (http://localhost/newsite/).
- PECL Upload progress.
I'm trying to use Insert to add an image to the 'body' field not a custom CCK field as outlined in #811436.
One thing I've noticed is that it actually works in Google Chrome and not Firefox or IE7 (on XP).
Comment #14
timofey commentedI have the same issue.
- CKEditor 6.x-1.1 Module
- CKEditor 3.4 (8/17/10 release) Library
- CCK 6.x-2.7 Module
- CCK ImageField & FileField 6.x-3.7
- Insert 6.x-1.0-beta6 Module
- Image resize filter 6.x-1.9 Module
- Public downloads
UPDATE: Fixed. Unchecked HTML filter in "Filtered HTML" filter. /admin/settings/filters/list
Comment #15
cindyr commentedI have the same problem using CKEditor, and it is directly related to private downloads. If the file system is set to private, the image does not appear in the body field. In IE, the broken image appears, in Firefox it doesn't appear at all. Once you save the node, then edit, it's in the body field.
Setting the file system to public downloads and moving the file system to a public location makes Insert work correctly.
Comment #16
elcapitan82 commentedI had this problem in IE only. Unchecking "HTML filter" AND "HTML Corrector" in "Filtered HTML" fixed it for me.
Comment #17
quicksketchClosing after lack of activity.
Comment #18
dafederWas having this in IE as well, and going nuts trying to figure out what was wrong since the image url was correct. Turning off HTML corrector worked for me too, but I have no idea why!