I am trying to build a very basic form for a SharePoint list in Office 365. I have a view titled "Display". This view will serve as a read only view. I have rich text field that is not auto sizing the height properly. On the size property, I have set the height to auto. On the display property, I set the height to auto and the width to 100% (not being able to set the height to a percentage is frustrating). I have selected wrap text, and changed the scrolling option to "expand to show all text".
In the latest versions of Chrome and Firefox, it displays just fine and automatically adjust the height according the fields value. However, in IE 9, 10 and 11 it does not. The table row will auto resize, but the rich text box itself will not.