Ticket #1612 (new Bug)

Opened 12 months ago

Last modified 10 months ago

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: Confirmed IE 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

Changed 12 months ago by alfonsoml

  • keywords Pending added
  • version set to FCKeditor 2.4.1

As it was asked previously:

Could you please give more info to reproduce the problem?
(and yes, you should try the latest version)

Changed 12 months ago by goldax

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

Changed 12 months ago by martinkou

#1688 marked as dup of this ticket.

Changed 12 months ago by martinkou

  • keywords Pending removed

Changed 12 months ago by goldax

Note: IE specifyied version is the problematic version

Changed 12 months ago by goldax

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

Changed 12 months ago by blogarithme

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

Changed 12 months ago by blogarithme

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:

http://mail-archives.apache.org/mod_mbox/httpd-dev/200511.mbox/%3C20051122135629.03A2882D02@cmcodec02.st1.spray.net%3E

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

Changed 12 months ago by goldax

I dont like the " added to the configuration of Apache" solution it is simple POST and should work without web-server modifications

Changed 12 months ago by goldax

Ah...by the way i have same problem using HTTP (without ssl )

Changed 12 months ago by goldax

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

Changed 10 months ago by w.olchawa

  • keywords Confirmed IE added

Confirmed. The bug occurs in IE6. Everything works fine with IE7 and FF2.

Note: See TracTickets for help on using tickets.