APEX 18.2 on IE 11
I know apex.oracle.com has been upgraded to 19.1 but the issue remains
See https://apex.oracle.com/pls/apex/f?p=1855:30 the Basic Editing example in the Interactive Grid sample app
Three issues
1. I changed the region template to [Standard] and enabled the [Maximize button] template option.
Click the Maximize button and then Actions > Columns (or any menu action that opens a popup dialog). IE console shows an error
Error in menu action. TypeError: Unable to get property 'disabled' of undefined or null reference
console.trace()
at a.error (https://apex.oracle.com/i/libraries/apex/minified/desktop_all.min.js?v=19.1.0.00.13:5:1147)
at p (https://apex.oracle.com/i/libraries/apex/minified/desktop_all.min.js?v=19.1.0.00.13:47:3725)
at _eventHandlers.mouseup (https://apex.oracle.com/i/libraries/apex/minified/desktop_all.min.js?v=19.1.0.00.13:47:9604)
at h (https://apex.oracle.com/i/libraries/apex/minified/desktop_all.min.js?v=19.1.0.00.13:27:12091)
at w.event.dispatch (https://apex.oracle.com/i/libraries/apex/minified/desktop_all.min.js?v=19.1.0.00.13:2:41706)
at y.handle (https://apex.oracle.com/i/libraries/apex/minified/desktop_all.min.js?v=19.1.0.00.13:2:39718)
and the dialog is empty
2. Clicking on Cancel or Save applies the menu action but does NOT dismiss the dialog. Minimizing the region and trying again still does not dismiss it. A hard page refresh is needed to get rid of the dialog.
The documentation says that IE 11 is supported.
Am I missing something or is this is a (IMHO non-trivial) bug in APEX?!
3. The last displayed column in the IG (Department in this example) cannot be resized. Hover over the column header until the cursor changes to the splitter and click-and-drag-right-release. Nothing happens. 2 workarounds comes to mind. 1) Use Actions > Columns and manually type in a column width for the column. Of course, issue #1 above gets in the way of this workaround in IE. 2) Add a empty/dummy column to the IG just so that all the real columns can be resized.
Thanks