Hi,
We have some troubles to do a refresh an IG component.
Our applicatiuon have some Items Components and a Grid (IG), the IG depend of Items to show information, that is used on the SQL, if change any of items, we set a dynamic action to refresh the IG, that works fine.
Now on the IG one column have a Popup LOV, and if user just open that list(no select option), and then change any items to refresh information on te IG, the applications ends with error and we need to refresh all page in the browser to restart functionallity.
This is error show us on browser console:
Error in model listener. TypeError: Cannot read properties of null (reading 'fields')
at t.<computed>.<computed>._deactivateCell (widget.grid.min.js?v=24.1.4:4:73017)
at t.each.r.<computed> [as _deactivateCell] (desktop_all.min.js?v=24.1.4:39:2898)
at t.<computed>.<computed>.refresh (widget.grid.min.js?v=24.1.4:4:24205)
at t.each.r.<computed> [as refresh] (desktop_all.min.js?v=24.1.4:39:2898)
at modelViewId.model.subscribe.onChange (modelViewBase.min.js?v=24.1.4:5:8198)
at j (modelViewBase.min.js?v=24.1.4:4:1169)
at Object.clearData (modelViewBase.min.js?v=24.1.4:4:13811)
at Object.clearModelData (widget.interactiveGrid.min.js?v=24.1.4:4:23895)
at widget.interactiveGrid.min.js?v=24.1.4:4:125639
at t.<computed>.<computed>._forEachView (widget.interactiveGrid.min.js?v=24.1.4:4:24919)
Any idea how to solve this behaviour?.
Oracle APEX 24.1.4
Thanks