Announcement

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

    FilterEditor regression

    Hi,

    Need help.


    ISC_Forms.js
    function _getTableHTML (value, includeHint, includeErrors) {...}

    Since change between 2018-06-06 and 2018-06-07 cause FilterEditor of ComboBoxItem dropdown button missing/disabled.


    < "' style='position:relative;display:block'>" + elementHTML;
    ---
    > "' style='position:relative;display:block;width:"
    > + this.getElementWidth() + "px;'>"
    > + elementHTML;
    >


    upto Version v12.0p_2018-06-22/LGPL Deployment (2018-06-22) not yet fix.

    Click image for larger version

Name:	2018-06-24_22-16-41.jpg
Views:	34
Size:	139.6 KB
ID:	253772

    #2
    Thanks for the notification
    We've made a change to address this issue. Please try the next nightly build, dated June 26 or above.

    Regards
    Isomorphic Software

    Comment

    Working...
    X