Skip to Main Content

APEX

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!

Issues with APEX Native JavaScript Following Upgrade to 22.1.4

Joseph UpshawAug 31 2022 — edited Aug 31 2022

We recently upgraded from APEX 21.2.5 to 22.1.4 and ORDS from 21.1.1.r1162032 to 22.2.1.r2021302. After this change, we are running into a couple of errors:
First Issue: On load of pages using Faceted Search we are getting a JavaScript error in APEX native library desktop.all.min.js?v=22.1.4

at Object.on (desktop.all.min.js?v=22.1.4:13:733)
   at HTMLDocument.<anonymous> (desktop.all.min.js?v=22.1.4:13:2014)
   at e (desktop.all.min.js?v=22.1.4:2:30038)
   at t (desktop.all.min.js?v=22.1.4:2:30040)

Second Issue: On pages using shuttle controls, the app warns that a value is not supplied for mandatory controls for which a value IS already supplied when the page is loaded. If the user makes a change in the control, e.g. removes the selected item and then replaces it, then they will not receive this warning. Basically, every time the user changes anything else on the page, they receive this (false) error.
We have completely identical setups in two environments using exactly the same code base against both versions. In the prior version, neither of these issues occur. The only difference between the two environments is the upgrade.
Case_Search_Java_error.PNGShuttle_Saving_error.PNG

This post has been answered by Joseph Upshaw on Oct 4 2022
Jump to Answer
Comments
Post Details
Added on Aug 31 2022
8 comments
1,071 views