• Could not get it to work in IE

    By F. Kranenburg 1 decade ago

    The supplies demo does not work in IE (9).

    I tried to include control in a website but I got an 'not supported function' error in this function:

    _getValueAttr:

    function(){

     

    // summary:

     

    // Hook so attr('value') works.

     

    // description:

     

    // Returns an array of the selected options' values.

    return this.getSelected().map(function(n){

    return n.value;

    });

    },

    • fixed

      By Mariusz Jakubowski 1 decade ago

      Thanks for reporting this bug. I've fixed that in 1.1 release.

    • not working in IE8

      By Sridevi Kumaravel 1 decade ago

      Hi, I am using the latest release of this control, still it is not working in IE 8.

      When is use it directly in the xpage, i can see a normal list box as attached in the file.

      When i try to use it in the dialog, I am getting "Object doesnt support this property or method"

       

      Please help me out on this...