|
Rank: Newbie Groups: Member
Joined: 5/4/2009 Posts: 4
|
Works in IE but when I try in Firefox 3.08 I get...
Warning: Unresponsive script A script on this page may be busy, or it may have stopped responding. Script: http://localhost/eo_web_ashx?id=
I get three options to stop script, debug script or continue. When I press continue, it just hangs. This is annoying and I don't know where to look.
I've put this in the markup of my aspx page
<%@ Register assembly="EO.Web" namespace="EO.Web" tagprefix="eo" %> . . <eo:AJAXUploader runat="server" id="AJAXUploaderVideoFile" Width="400px" TempFileLocation="~/eo_upload" MaxDataSize="30000"> </eo:AJAXUploader>
Nothing special there so can't understand why its hanging in Firefox.
Any ideas? I really need help.
Best, Jules
|
|
Rank: Newbie Groups: Member
Joined: 5/4/2009 Posts: 4
|
Hi,
I do need urgent attention. Can't understand what is happening and why it hangs only in Firefox, but I have got this output below from the script tag in Firebug if it helps.
If any wise souls can help me, I will be inifinitely grateful.
Jules
[removed by admin]
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Do you see the same problem with our demo project or demo site?
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 5/4/2009 Posts: 4
|
Hi,
I've downloaded the demo code solution and compiled it in Visual Studio. Running from VS, not having a problem with your demo code in Firefox or any browser. Doesn't hang.
I am using Visual Studio 2008 and my solution is an ASP.NET Web Application. I have a Masterpage that has the AJAX scriptmanager. In the Masterpage I have google analytics and use openx.
Cheers, Jules
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Neither ScriptManager nor Google Analytics should cause problem for the uploader. We are not sure about OpenX. Is it possible for you to post the page online so that we can see the problem?
|
|
Rank: Newbie Groups: Member
Joined: 5/4/2009 Posts: 4
|
Found the problem after 10 hours!
It was in a theme folder (as chosen by styleSheetTheme in Web.config) in the App_Themes folder. I had a css file with this in
INPUT { border: 1px solid #696969; font-size: 8pt; font-family: verdana; width: 27px; margin-left: 0px; height: 26px; }
Appears to cause a conflict with the AJAX Uploader.
I removed it and no more hanging firefox. AJAX Uploader now works fine for me.
Jules
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Ah! Great that you found out. Thanks for the update!
|
|