Hi everyone,
I'm experiencing behavior in APEX 24.1 that seems incorrect to me. Specifically, the "Dialog Closed or Canceled" event is not being triggered under certain conditions.
Here’s the scenario:
- I open a Modal Dialog page.
- I submit the form on the Modal Dialog page.
- After the form submission, the page refreshes but remains open.
- When I then manually close the Modal Dialog, the "Dialog Closed or Canceled" event does not fire.
However, the event triggers correctly if the Modal Dialog is opened and closed without submitting and refreshing same Modal Dialog Page.
I believe the event should also be triggered when the dialog is closed after a submission and refresh. Has anyone else encountered this, or is there a workaround to ensure the event fires properly in this situation?