Problem with latest version in Firefox

Last post 11-20-2013, 8:05 AM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  11-19-2013, 6:53 AM 78385

    Problem with latest version in Firefox

     Hi all,

     

    we've updated to the latest CuteWebUI.AjaxUploader.dll which fixed the IE 11 issues. After that there is an error on start in Firefox 25. It says:

     

    Error when initialize uploader : Ox19a.getComputedStyle(...) is null

     

    I found another post on your forums with the same problem in FF but it doesn't help me.

    My CuteWebUI Uploader Control is inside an iframe. Could this be a problem for the new dll?

     

      

  •  11-19-2013, 8:17 AM 78388 in reply to 78385

    Re: Problem with latest version in Firefox

    Hi vso777,

     

    Can you try the uploader on a normal page not in the iframe? Does it work? the iframe point to the same domain?

     

    Do you get the same error on http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx?

     

    Regards,

     

    Ken 

  •  11-20-2013, 4:34 AM 78393 in reply to 78388

    Re: Problem with latest version in Firefox

    Hi Ken,

     

    Kenneth:

    Can you try the uploader on a normal page not in the iframe? Does it work? the iframe point to the same domain?

     

    The uploader works on a normal page. 

    The iframe points to the same domain.

     

     

    Kenneth:
     

    Do you get the same error on http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx?

     

    No, I'm not getting any errors on this demo page.

     

     

    Is there a problem when using the uploader inside an iframe in FF? Could you please check this and maybe post a working example configuration inside an iframe? As I already mentioned there were no errors with the old 2010 dll.

     

    Regards

    Vladimir 

  •  11-20-2013, 8:05 AM 78397 in reply to 78393

    Re: Problem with latest version in Firefox

    Hi vso777,

     

    I just downloaded the latest build and test with iframe, I can not reproduce this error. below is the example code.

     

    1. test.html 

     

    1. <html>  
    2. <body>  
    3.     <iframe src="example.aspx" width="1000" height="1000" />  
    4. </body>  
    5. </html>  
     

    2. Example.aspx 

     

    1. <%@ Page Language="C#" AutoEventWireup="True" %>  
    2.   
    3. <%@ Register Assembly="CuteWebUI.AjaxUploader" Namespace="CuteWebUI" TagPrefix="ajaxuploader" %>  
    4. <html>  
    5. <head>  
    6. </head>  
    7. <body>  
    8.     <form id="Form1" runat="server">  
    9.         <CuteWebUI:UploadAttachments ID="uploader1" runat="server" OnFileUploaded="uploader1_FileUploaded">  
    10.         </CuteWebUI:UploadAttachments>  
    11.     </form>  
    12. </body>  
    13. </html>  
     

    Regards,

     

    Ken 

View as RSS news feed in XML