Opened 17 years ago
Closed 12 years ago
#1612 closed Bug (wontfix)
Reproduction of Ticket #959, IE stuck while trying upload images
Reported by: | g_sasha | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.4.1 |
Keywords: | IE6 | Cc: |
Description
version 2.4.1 Build 14797
suddenly the image upload stop working in IE-6, but still working in Firefox. After couple of hours i found the Ticket #959 and the proposed solution worked. Scenario:
1) open file browser 2) try uploading image file result: the image not uploaded and it stuck with the wait message
If it was solved in newer version, sorry for opening new ticket
Change History (14)
comment:1 Changed 17 years ago by
Keywords: | Pending added |
---|---|
Version: | → FCKeditor 2.4.1 |
comment:2 Changed 17 years ago by
Hi tried the latest version (demo), same thing
I think it's somehow connected to the Windows security updates I tried other computer without Service packs and it's working IE version: 6.0.2900.2180.xpsp_sp2_gdr....
P.S. i opened another ticket with same problem, cant find him...if you do delete it
comment:4 Changed 17 years ago by
Keywords: | Pending removed |
---|
comment:6 Changed 17 years ago by
New info:
I also trying to upload using the CKFinder
here i can see the error:
Line:43 Char:322 Error: Access is denied Code:0 URL: http://www.fck..../ckfinder.html
And again it is fine with Firefox
comment:7 Changed 17 years ago by
I have the same problem with the same version of IE6 but with FCK 2.5
When I try to upload an image with FF2 it always works but with IE6 most of the time it stuck.
Scenario:
Click on the "image" icon in the toolbar.
Click on the button "Browse Server"
Click on "Browse" and select an image on your disk.
Click on "Upload"
- The text "(Upload in progress, please wait...)" is displayed
- The button "upload" is greyed out and stays grey.
But no file uploaded, no error message (neither on screen nor in Apache logs).
But sometime (10%) this scenario works with IE6 (Always with FF2)
My two cents it’s a JavaScript problem (lost of messages ...)
Last point: My site uses SSL (https). When I click on "Browse Server" IE6 says "the page contains both secure and nonsecure items". No message when I use FF2.
-- Hope that help
comment:8 Changed 17 years ago by
I found a solution for both problems:
1) I added to the configuration of Apache this line
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
More info here about POST with IE over SSL here:
And now IE6 never stuck while uploading file.
2) IE thinks an empty frame is in unsecured zone.
So, at the end of the file editor/filemanager/browser/default/browser.html, I replaced src="javascript:void(0)" by src="frmempty.html" and I created an empty html page named frmempty.html in the same directory as browser.html
Regards
comment:9 Changed 17 years ago by
I dont like the " added to the configuration of Apache" solution it is simple POST and should work without web-server modifications
comment:11 Changed 17 years ago by
hmm..checked again, and it do working without SSL when using direct uploading, but gives XML error when trying to use server browser (return empty XML) Firefox works great
comment:12 Changed 17 years ago by
Keywords: | Confirmed IE added |
---|
Confirmed. The bug occurs in IE6. Everything works fine with IE7 and FF2.
comment:14 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible since this issue is no longer a problem in current code base.
As it was asked previously:
Could you please give more info to reproduce the problem?
(and yes, you should try the latest version)