Jump to:
| Project: | IMCE |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hello,
I have been banging my head on this issue and found it is an issue with firefox using IMCE. I confirmed the issue with firefox, works in IE and Goggle Chrome.
What happens is, when you browse for a file, hit ok, and when you hit the Upload button, it just keeps on playing the cycle gif and never finishes. I verified on two different firefox installs on two different computers, one linux, one vista. I get the error on my site, as well as the demo site @ http://ufku.com/?q=imce&app=TinyMCE|url@src
Currently, the work around we are using is, once the upload should have been done we hit the directory link to refresh and there is the file. Going to go content editor release soon so Really don't want to have to walk them through That :D
Stats: (Everything up to date module wise)
Drupal 6.6
tinytinymce
IMCE 6.x-1.1
Let me know if you need any other info. I have seen other posts about this but have not seen anything about it being a browser specific issue.
Comments
#1
I can confirm this bug. Running Firefox 3.0.8 on Ubuntu 8.10. Using BuEditor in this case.
#2
I can confirm this bug. Running Firefox 3.0.8 on Vista
#3
I can confirm this bug. Running Firefox 3.0.10 on Mac OS 10.5.6 - using FCKEditor.
#4
In order to find out what's common with your browsers can you all please write down the extensions you use?
#5
Same problem.
Drupal 6.1 + IMCE + TinyMCE + Wysiwyg + IMCE Wysiwyg API bridge + FireFox/IE8
It worked for me disabling the SimpleMenu module.
Seems to be some problems with the js involved in those two modules. ¿?
#6
Same problem.
Drupal 6.13 + IMCE + FCkEditor + Firefox 3.5
on XAMPP
on Windows XP 64
I don't have the SimpleMenu Module.
#7
I have the same problem, Drupal 6.13 + IMCE + TinyMCE + Firefox 3.5.3. Has anybody tried to fix this yet?
This module is useless for my non-techie web content maintainers if bugs like this occur...
#8
I'm also having this issue, using Firefox 3.5.5 with the following extensions:
DOM inspector 2.0.3
Firebug 1.4.5
Google Gears 0.5.33.0
html validator 0.8.5.8
Microsoft .NET framework assistant 1.1
Search Status 1.31
Web Developer 1.1.8
YSlow 2.0.1
#9
I had this problem on a test site back in the summer:
Drupal 6.13 + IMCE + FCkEditor + Firefox 3.5
Worked in IE but not Firefox.
I have since scrapped that site since moving to a new shared host and found this thread while trying to find an alternative.
As much as I love Drupal, after 2 hours of searching, I still cannot find a bug-free / hack-free wysiwyg/image upload solution.
Surely this HAS to be sorted soon? (over a year since this bug was reported!!!!!????)
#10
A bug must be identified before it can be fixed. We'll appreciate if someone try to identify and report the actual bug here. Note that, it's likely to be a conflict with an uncommon module/theme/configuration as we've seen very few users reporting this issue over a year.
#11
I had the exact same problem, removing some of the output from the Devel-module fixed it...
#12
re-open against 6.x-2.x
#13
Hey All,
Was having the exact same problem described above and in this post: http://drupal.org/node/493554
This is the error I am receiving when inspecting the page, it only occurs after the file has uploaded completely.
Uncaught TypeError: Object function ( selector, context ) {
// The jQuery object is actually just the init constructor 'enhanced'
return new jQuery.fn.init( selector, context, rootjQuery );
} has no method 'handleError'
At the suggestion here: http://drupal.org/node/493554#comment-2288666 I uploaded a new jquery.form.js to the IMCE directory. And my problems where solved.
I had at first replaced the jquery.form.js in the misc/js folder in the Drupal install, but this did not help.
So i think the fix is to get the newest version of jquery.form.js installed on your system. I am still going to use the other forms on the site, if I run in to any errors I will post back.