• Does not work in IE8

    By Gary Sullivan 2 decades ago

    With the control added to an xPage viewed in IE8 the following javascript error is generated,

     
    Line :16 Error: Invalid argument

    The IE8 script debugger gives the following information:

    Invalid argument.    dojo.js, line 16 character 21956
    Invalid argument.    eval code, line 4 character 37820

    The script debugger highlights the following code as being in error:
    dest.appendChild(_129.firstChild);
     

  • Dojo bug

    By Sjef Bosman 1 decade ago

    See http://bugs.dojotoolkit.org/ticket/11587

    See also attached Dialog.js file, for dojo1.4.3, to be placed in/local/notesdata/domino/js/dojo-1.4.3/dijit or equivalent.

     

    -- Sjef