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