Hello everybody,
I have build a simple master-detail page with two not editable interactive grids. Reports are based on DEPT (as master), EMP (as details) tables. Master-detail relation is setup using interactive grid build in functionality of specifying the "Master region" and "Master Column" on the details table.
In the details report I am using a function which returns the query:

The purpose of the function is just to introduce some delay of 4 sec for retrieving the details rows when master is changed (some details queries can be slow in our system which we are developing).
What I have noticed is that if the details are not yet loaded for particular master row and I click on different master row I get following message in the browser console:
Any suggestions how to deal with the master-detail interactive grid refresh (where the details query can be quite slow) to avoid sync issue very appreciated.
Apex version: 22.1.0-17
Issue reproduced on apex.oracle.com
Direct link to the page: https://apex.oracle.com/pls/apex/r/zwartawarto/ig-master-detail1/ig-master-detail
Many thanks.
Maciej