Skip to main content

Comments

6 comments

  • Tyson Schoepflin

    There appears to be js errors related to drop down boxes when using the report designer. This is likely why the drop down boxes are now showing up.

     

    TypeError: this.element(...) addClass is not a function.

     

    ... Reporting/designer/static/js/dx.e25855.chunk.js:1

     

    this.element().addClass("dx-eventdropdowneditor dx-selectbox")...

     

    0
  • Tyson Schoepflin

    Uncaught TypeError: Unable to process binding "dxEventDropDownEditor: function(){return { items:$root.events,value:value,editEnabled:true,disabled:disabled,secondAction:function(){ $root.gotoEvent && $root.gotoEvent($data.value(),name,$parents[1]._model && $parents[1]._model());},placeholder:$root.dx.Analytics.Internal.selectPlaceholder(),noDataText:$root.dx.Analytics.Internal.noDataText()} }"

    Message: this.element(...).addClass is not a function

     

    /Geocortex/Reporting/designer/static/js/dx.e25855cd.chunk.js

     

    Error line is underlined. If the js is pretty formatted it would be line 31961.

     

     i.prototype._render = function() {

                               this.element().addClass("dx-eventdropdowneditor dx-selectbox"),

                               t.prototype._render.call(this)

                           }

    0
  • Tyson Schoepflin

    The version of Geocortex Reporting is: 5.4.0

    0
  • Tyson Schoepflin

    We rolled Reporting back to 5.3 and the drop downs showed up. Tried moving back to 5.4 and the drop downs are missing. The issue with 5.3 is that "DevExpress.DataAccess.Json" is not included or not accessible.

    0
  • Tyson Schoepflin

    Was hoping that 5.5 would fix the issue but no luck.

     

    • Any report element has script drop downs missing.
    • Element > Behavior > Scripts
    • Only the first drop down draws the rest do not show up. See the image at the top of this original post.
    • Versions 5.4 and 5.5 have this error.
    • Error happens in Firefox and Chrome (both latest versions)

     

    The error occurs at the same function as before:

     

     i.prototype._render = function() {

                               this.element().addClass("dx-eventdropdowneditor dx-selectbox"),

                               t.prototype._render.call(this)

                           }

     

    If the js is human formatted it would be line 32228.

    0
  • Tyson Schoepflin

    These drop downs continue to fail in 5.5. However, if you add events through the script window those events do actually fire now in 5.5.

     

    Here is the related custom json as report records thread.

     

    https://communities.geocortex.com/s/question/0D5f200006hk1w8CAA/report-json-data-source-at-runtime

    0

Please sign in to leave a comment.