XML descendants internal method called on incompatible Proxy

Last post 10-10-2011, 4:45 PM by rosdra. 2 replies.
Sort Posts: Previous Next
  •  10-06-2011, 4:09 PM 70302

    XML descendants internal method called on incompatible Proxy

    Hi, I'm having the subject issue, the component is placed within a radwindow, the first time loads perfectly well, I can set the image and close the window, when I open again this window, the component doesn't do anything and the subject error appears on firebug.
     
    Could you please help me solve this issue?
     
    Thanks in advance.
  •  10-07-2011, 7:27 AM 70313 in reply to 70302

    Re: XML descendants internal method called on incompatible Proxy

    Hi rosdra,
     
    Can you create an exmaple page which can reproduce this issue and post here? We will check it and get back to you as soon as possible.
     
    And please check your javascript cdoe, did you using two dots like ".." in it?
     
    Regards,
     
    Ken
  •  10-10-2011, 4:45 PM 70335 in reply to 70313

    Re: XML descendants internal method called on incompatible Proxy

    Hi Ken,
     
    I just found out that there is some problem using in JS (prototype) this line:
    $get(this._Uploader).internalobject.insertBtn.style.display = "none";
     
    Somehow the internalobject or insertBtn is null or empty so there seems to be two dots ".." generated on js code.
     
    Replacing that line with this one solved the problem:
     
    $get(this._SelectFilesButton).style.display = "none"; 
     
    I'm using external button for this to work. but so far seems ok. Thanks for your help. 
View as RSS news feed in XML