In 20.1 documentation there is cryptic note about changed behavior for "Alert" and "Confirm" Dynamic actions. I would like to find more explanation as it seems some of my code stopped working as before.
I have a "Modal Dialog" page which collects some data and saves it via plsql call. In 19.2 I had a "Confirm" call executed on "Before Page Submit" event which depending on the user response either stooped any further processing or perform database call.
After the upgrade to 20.1 the "Confirm" window pops up but the page never stops and performs plsql call which saves the data and returns to the "parent" page. The "Confirm" dialog stays open but the "OK" or "Cancel" user actions are not relevant anymore.
Is this a bug? If not how can I accomplish the same behavior?
Tomas