I am using:
CKEditor 3.4.0.5825
JQuery UI 6.x-1.4 (With JQuery UI 1.7 installed)
jQuery Update 6.x-2.0-alpha1
Jquery UI Dialog 6.x-1.10
ImageCache 6.x-2.0-beta10
When I try to upload an image inline, a button to upload the image is missing. I can choose an image, but the image does not appear anywhere and I cannot use it (I get only alt texts in the preview part. I am attaching a screenshot of what I see in Garland theme.
| Comment | File | Size | Author |
|---|---|---|---|
| upload-image.PNG | 8.17 KB | AaronCollier |
Comments
Comment #1
troyer commentedDid you try this with different images? I just had a similar case and in my case the file size was within limits but the image dimensions where to large to be processed. In this case no errors are thrown, still you can't see any image preview.
Comment #2
AaronCollier commentedI've tried it with a few kinds and sizes, including other pictures already on the site. The most important thing is that the button doesn't appear right from the start - even before I try to select which picture. So it can't be about the picture I'm trying.
Comment #3
eugenmayer commentedthe form is auto-submitted by Javascript, there is never a submit button shown. The case that it is not autosubmitted results out of:
- somehow your form id is different or missing, e.g strange theming methods for forms
- the javascript (wysiwyg_imageupload_uploadform.js) is not included. Cache problems?
- you have any javascript errors ( check with firebug or your browser tool)
you have a strange captcha there. Seems like this is auto-injected by a module which is not even checking the form ID it injects on. Maybe this module does even more, no idea (e.g. overriding after_build callbacks the wrong way )
Comment #4
eugenmayer commentedComment #5
eugenmayer commentedwell, no interest anymore, i guess