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