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!

Open an Inline Dialog with apex.theme.openRegion in IE and FF gives blank page (APEX 20.1)

m.schroederApr 28 2020 — edited Apr 29 2020

Hi there,

as the javascript function "openModal" is now deprecated with version 20.1 i wanted to change all of the calls to "apex.theme.openRegion". There thems so be a bug when this javascript function is in a Links List item in the Right Side Column of a page when using Internet Explorer and Firefox. I get a blank page with the following text instead

[object Object]

It is working with Google Chrome though. Example on apex.oracle.com: https://apex.oracle.com/pls/apex/maschroe/r/faceted-search-20-1/inline-dialog-test

This is a public page with one Inline Dialog (static ID = myDialog), several buttons and some links in the list. The URL Target of the erroneous link is

javascript:apex.theme.openRegion('myDialog');

When using double quotes the link is incomplete. Double quotes only seem to work in an onclick event of a button. Any help is appreciated.

Thank you

This post has been answered by askMax - Maxime Tremblay on Apr 29 2020
Jump to Answer
Comments
Post Details
Added on Apr 28 2020
8 comments
10,178 views