Re: Insert button is clickable even when hidden, in some circumstances

  •  10-01-2009, 12:20 PM

    Re: Insert button is clickable even when hidden, in some circumstances

    Stan,
     
    I have checked your code, and find the problem.
     
    1 - current the uploader do not check the sytle.visibility , so the uploader do not know the button is hidden.
     
    2 - current version of uploader support style.display , we will improve the uploader to support style.visibility later.
     
    3 - for your case , please use display:none for the dlgFake object , and show hide it by the style.display="" or "none"
     
    Regards,
    Terry
     
View Complete Thread