Uploading is working fine, however, there is no "send file" button.
Clicking on the image preview opens in a new tab in the browser instead of sending to the image dialog modal.
Double clicking the images does the same thing.

I am in Firefox 3.6.13 on Mac OSX Snow Leopard
Drupal 7.0
using CKEditor 1.0-rc1

Comments

wickedskaman’s picture

I just wanted to add this issue is also present in Chrome 8.0 with the same symptoms.

ufku’s picture

Status: Active » Closed (duplicate)

Please search the issue queue before posting.

wickedskaman’s picture

I did! :(

Where's the dupe?

For the record, IMCE worked fine for me in Drupal 6 but is not working with 7. Therefore, I disagree about it being a dupe. There was no other issue of this when filtering for the 7.x branch.

wickedskaman’s picture

Status: Closed (duplicate) » Needs review
ufku’s picture

Status: Needs review » Closed (duplicate)
wickedskaman’s picture

Thanks. For some reason I didn't see the issues. I must have filtered for the wrong thing. I will download the latest version and try again.

ikeigenwijs’s picture

Version: 7.x-1.1 » 6.x-2.1

I have this problem for 6.x-2.1

imrubio22’s picture

Me too. Anyone find a solution for 6.x?

regx’s picture

I was having this same problem.
The issue turned out to be the secure pages module. If ckeditor is running under ssl then imce must be configured to run under ssl as well or trying to insert an image will open the image in a new window.

So if you are running secure_pages and have something like:
node/add*
node/*/edit

in your secure pages settings you need to add
imce*

Current config:
CKEditor 6.x-1.3 drupal module with ckeditor_3.6
IMCE 6.x-2.2

Hope this helps someone!

Dubber Dan’s picture

You star, that did the trick!

njacobson’s picture

Thank you regx... the secure_pages module was my issue with drupal 6.x. Thanks!

pwhite’s picture

Thanks for the fix!

tarzadon’s picture

That was my issue as well! I would have never thought of looking at Secure Pages for the fix. Thanks!

Jumoke’s picture

So if you are running secure_pages and have something like:
node/add*
node/*/edit

in your secure pages settings you need to add
imce*

Thank you so much. This totally helped me. I spent like 4hrs fiddling with my settings and trying to figure why this suddenly stopped working. Until i realize it's secure pages (my newly added module) that's the culprit. Thank you :)

TalDubov-1’s picture

Thanks #10 and #15 (and dont forget cleaning your browser cache or just full reloading action)