We have EP 7.4 SP13. I changed Document mode from IE=EmulateIE7 to IE=Edge in our Classic Framework Page. Then I noticed a few differences in IE even though the theme stays unchanged. The first difference is a small box at the very left top corner. The HTML code for the box is
<input name="htmlb_submit" tabindex="-1" style="top: -1px; width: 0px; height: 0px; position: absolute;" onclick="return htmlbCheckSubmit('htmlb_2019_htmlb_849');" type="submit" value="Submit Query">
In Firefox the style for the input becomes "display:none".
The second difference is the grey bar at the very top. Below is the HTML code - note this code shows TWICE in the HTML source file.
<iframe width="0" height="0" src="/irj/servlet/prt/portal/prtroot/com.sap.portal.usermanagement.admin.mdc?com.sap.portal.mdc.action=SEND_FORMS" frameborder="0"></iframe>
Firefox, IE, and Chrome automatically add 2px border to every single iframe if border width is not specified. This is how we get a grey bar on the top.
Any notes, suggestions?