Skip to Main Content
APEXbyG.blogspot.com
Buy me a beer
GitHub Page
APEXbyG Blog
Twitter
Mail
Home
Home
Plug-Ins
Plug-Ins
Spinner Plug-In
TimePicker Plug-In
Tree Search Plug-In
Master-detail Item Plug-In
Year Selector Item Plug-In
Modal LOV
Advanced Slider
Extend IG Toolbar
Code Editor - CodeMirror
Markdown Region Plugin
How-to
How-to
IR fixed column width
Sticky Region
Validating numbers
Handling client-side messages in APEX 5.1
APEX 5.1 Custom Client-Side Validations
Dialog in Modal
Master detail (with Classic or IR)
Auto Format number items
Sticky Table Header
Auto hide notification messages
Merge Cells
Form Post/Pre Text Icons
Export APEX Component
Region Display Selector FIx
JSON + Mustache.js
JSON + Mustache.js
Demo
Demo
IG bug - error on save
Radio Group Bug
Date Picker API Bug
Interactive Grid
Interactive Grid
Disable Column Reorder
Custom Row Action
Weird Grid
Blank Toolbar Div
Juergen's Bug
Default e-mail data
Disable button on row selection
Dialog in Modal
Breadcrumb
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
Modal (without fix)
Modal (with fix)