Closed (fixed)
Project:
IMCE
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2008 at 13:07 UTC
Updated:
14 Jun 2010 at 14:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
miiimooosame here on fresh install
Comment #2
kosilko commentedwhen i use IMCE+BueEditor , opera don't display "Send to BuEditor" button in IMCE popup window.
Comment #3
FallinHigh commentedi have this problem too..
in internet explorer 7 the "send to fckeditor"-button is missing.. in firefox all works fine..
anyone a solution?
Comment #4
beholder commentedI have a hackish solution for Opera. Problem is in timing of window.open method — Opera opens window, but can't add properties to new object. I have found solution with
setTimeout()which puts this operation to queue.I have tested my patch with Opera 9.52 and Firefox 3 — it works for me.
Comment #5
Rush_iam commenteddidn't helped :(
have need for patch
(drupal 6.9 + IMCE 6.x-1.1 + fckeditor 6.x-2.0-alpha5)
neither in IE nor in Opera - thare is no any "Send to FCKeditor" button/link :(
please, help!
Comment #6
Aleksic commentedHi Rush_iam
Try to use last version Fckeditor 2.6.4 and Fckeditor module 6.x-1.3-rc7 + IMCE. It`s work just fine.
Yes, I was have some issue with Image + Image Api so If you have this modules on your sistem then just disable them and try did have any change ;)
Comment #7
Rush_iam commentedThank you very much!!! It works! :D
p.s. and there is no need for patch mentioned in this thread ;)
Comment #8
Aleksic commentedGlad to help :D
Comment #9
lfp_admin commentedI disabled Image API and Image and still no "Send to FCK Editor" button shows up. Can anyone help?
Comment #10
Aleksic commentedHi lfp_admin,
who knows where is isssue in your case. But, you can try to use Garland theme and any drupal modules no matter but for another (in: sites/all/modules/) try only Fckeditor 2.6.4 and Fckeditor module 6.x-1.3-rc7 + IMCE. Then try to enable your modules one by one and look did any another module have conflict with IMCE. Whan you are done and if you find conflict let us know:)
Comment #11
dvc9 commentedI had this behavior today when using the securepages module. It was configured to switch back to non-secure pages when not required. It was resolved by adding imce* to the list of secured pages. Or by changing the option to switch back to unsecure pages.
Comment #12
lindsayo commentedThanks, dvc9, I had the same problem and fixed it with your suggestion of adding imce* to the list of secured pages. Thanks for sharing your solution!
Comment #13
mheacock commentedThanks to dcv9. It was a securepages issue for me. Not sure how long it would have taken me to figure that out. So thanks to dvc9 for the grunt work and the update for us all.
Comment #14
wmostrey commentedI really don't see disabling imageapi (which is required by imagecache) as a "solution". I'm still experiencing this issue: no "Send to" button in internet explorer. It doesn't work with either CKEditor or FileField Sources.
Comment #15
comfused commentedI also hav ethis problem in IE
and I don't use securepages
Comment #16
wmostrey commentedI also wasn't using securepages, and didn't want to disable imageapi/imagecache so I went on a debugging spree. The following patch fixed things for me.
In IE var data didn't only contain the field name but also an unnamed function. With this patch the code doesn't loop through the array but only takes the first element. The original code also took the second element which resulted in a js error, which stopped the extra "Send to" link from being added.
Comment #17
ufku commentedfixed in 2.x which will replace 1.x branch.
Comment #18
emptyvoid commentedIssue not fixed in 6.x-2.x-dev
nfo:
OS: Vista
Browser: IE 8.0
Drupal: 6.16
Wysiwyg: 6.x-2.1
Ckeditor: 3.2.0.5205
IMCE Wysiwyg API bridge: 6.x-1.x-dev (2010-Mar-12)
IMCE: 6.x-2.0-beta1
Browsing in IMCE double clicking a file will open the file in a new browser window instead of passing the file url back to the WYSIWYG editor dialog.
Comment #19
wmostrey commentedEmptyvoid, I think that might be a whole new bug altogether. If you see the "Send to" button, then it's not related to this issue and you should create a separate ticket for this.
Comment #20
emptyvoid commentedFound the problem, separate issue posted with "fix".
http://drupal.org/node/805034
Comment #21
davidam commentedI've tested it and the problem continues. I'm using:
* Browser: IE6
* OS: Ubuntu
* imce: 6.x-1.4
* ckeditor: 6.x-1.1
* drupal: 6.16