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!

IG Radio Group and Checkbox not working in IE 11

Rick-PickJan 24 2019 — edited Feb 6 2019

I usually develop APEX applications using Chrome and then test them on Firefox, Safari and IE. I recently discovered that when run on the client's network using IE 11, the radio group and checkbox controls in my interactive grid do not work. In edit mode they display normally and show the current value selected, but you cannot change the selection to another value. These controls work in Chrome with no issues.

To be certain that this behaviour was not caused by my own javascript code (none of which applies to these fields in any case), I changed the DEPTNO field in the Interactive Grid sample application from a select list to a radio group. It works fine as a select list, but as a radio group it has the above issue.

My question is whether this is a known issue with IE 11 or is it possible that my client has tweaked IE in some way that could cause this behaviour?

My workaround is to use only select lists and multi-select lists, but I would prefer to use radio groups etc as these are what the client is used to in their existing apps.

This post has been answered by Rick-Pick on Jan 25 2019
Jump to Answer
Comments
Post Details
Added on Jan 24 2019
4 comments
218 views