Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

ComboBox Issues

$
0
0
We are having issues with ComboBoxes - they need to be clicked twice to get the dropdown to display. I believe it stems from the error below that can be seen in the browser.

We are using IE9 with build v9.1p_2014-04-05/Enterprise Deployment (built 2014-04-05)

With debug enabled the error is:

SCRIPT5002: Function expected
ISC_Forms.js, line 22466 character 9

in ISC_Forms.js line 22463 on the return statement:
Code:

    // control table comprises the text box, picker icon and surrounding table
    _overControlTable : function (event) {
        if (!event) event = isc.EH.lastEvent;
        var itemInfo = event.itemInfo;
        return (itemInfo &&
                (itemInfo.overControlTable || this._overTextBox(event) ||
                (itemInfo.overIcon && this.getIcon(itemInfo.overIcon) == this.getPickerIcon())
                )
              );
    },


Viewing all articles
Browse latest Browse all 4756

Trending Articles