Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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
79 views