Hi,
I am facing issues in rendering crystal reports in IE11. One of the main issue is when we are viewing crystal report in IE11 the vertical and horizontal scrolls do not work. There are scrolls but clicking on them only a few pixels move. Due to this user is not able to view the complete crystal report. Although we can see the complete report if we reduce the browser font size.
Our reports are created in CR2008 and hosted on a BOE server. We use java code to get the crystal reports. Our html code is as below where the report is embedded in an iframe.
<div id="resultDisplay" style="width:100%;height:100%;VERTICAL-ALIGN:bottom;padding-left:0px;padding-right:0px;padding:0px;BACKGROUND-COLOR: #fff;">
<iframe id="reportContent" name="reportContent"
width="100%" height="100%"
style="border: none;"
border="0" frameborder="0"
src= "<%=javaWebAppUrl%>Empty.html">
</iframe>
</div>
This works fine in other browsers as well as IE11 compatibility mode. We have tried using CR2013 SP1 but it did not help. We have tried different overflow and scrolling in our html/css, but it did not help either.
Any help in this regard would be great.
Thanks.