Skip to Main Content

DevOps, CI/CD and Automation

JQuery Error on oj-table since JET 13 Upgrade

CoreySSep 19 2022

Hello,
I recently upgraded an app from JET 12 to JET 13. Since the upgrade we are getting the below exception in the console log. This is from an oj-table, utilizing a template with embedded oj-led-gauge component. The thresholds calculation on the oj-led-gauge seems to not be working properly as a result of this exception in the console.

ojtable.js:17322
Uncaught (in promise) RangeError: Maximum call stack size exceeded
at Table._getScrollCoordinates (ojtable.js:17322:52)
at $.<computed>.<computed>._getScrollCoordinates (widget.js:132:25)
at Table._syncScrollPosition (ojtable.js:17099:22)
at $.<computed>.<computed>._syncScrollPosition (widget.js:132:25)
at Table._syncScrollPosition (ojtable.js:17143:23)
at $.<computed>.<computed>._syncScrollPosition (widget.js:132:25)
at Table._syncScrollPosition (ojtable.js:17143:23)
at $.<computed>.<computed>._syncScrollPosition (widget.js:132:25)
at Table._syncScrollPosition (ojtable.js:17143:23)
at $.<computed>.<computed>._syncScrollPosition (widget.js:132:25)

Comments
Post Details
Added on Sep 19 2022
7 comments
61 views