Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ComboBox Issues

    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())
                    )
                   );
        },

    #2
    This looks like a regression which was introduced a couple of weeks ago and effected a few nightly builds before being fixed.
    Can you try the latest nightly build and see if the problem persists?

    Thanks
    Isomorphic Software

    Comment


      #3
      Will do, and I will get back with the result.

      Thanks!

      Comment


        #4
        It was fixed - thanks

        Comment

        Working...
        X