Skip to Main Content

DevOps, CI/CD and Automation

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!

CSS: oj-flex and oj-flex-item not working in IE

Harry Mohan-OracleMay 17 2016 — edited May 17 2016

Hi,

We are using oj-flex and oj-flex-item to display a set of child div elements inside a parent div element.

This renders correctly in firefox and chrome. But this breaks in IE(We are testing in IE11). The child div elements are displayed in an overlapped manner.

Currently we are using a workaround by adding the display: -ms-flexbox CSS setting for the parent div and -ms-flex: auto CSS setting div for the child div elements to make it work. (Solution got from Google search)

Shouldn't this be part of the oj-flex and oj-flex-item classes itself? Is there any plan to incorporate these settings so that oj-flex works across all browsers?

Thanks

Comments
Post Details
Added on May 17 2016
2 comments
352 views