Skip to Main Content

Info

### The Problem If you call confirm/alert dialog with apex.message JS API inside the modal page you can close modal page before confirm/alert dialog. ### The Fix Add CSS to your custom CSS files or in Theme Roller's Custom CSS property: ```css body .ui-front ~ .ui-front{ z-index:902 } ``` ### APEX Version This is a fix for APEX 5.1.0.00.45, Universal Theme. I'm sure that Shakeeb will fix this in next version. ### Example