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!

Getting Javascript error when using inline modal dialog with Popup LOV

HawkerHunterOct 12 2020 — edited Oct 12 2020

I am using Oracle APEX 19.2.
in the page I am developing, I am using a Popup LOV and an inline dialog.
I use openModal('static_id') to open the inline dialog and use closeModal('static_id') to close the inline dialog.
If I select any value from the popup LOV and use closeModal('static_id') to close the Inline dialog, I get a JavaScript error.
But if I use a select list instead of a popup LOV, then on closing the Inline dialog by using closeModal('static_id'), there is no JavaScript error.
Is this a bug in Oracle APEX 19.2 or am I missing something while using a popup LOV.
Regards
Hawker

This post has been answered by John Snyders-Oracle on Oct 12 2020
Jump to Answer
Comments
Post Details
Added on Oct 12 2020
2 comments
1,271 views