Jump to content
We've recently updated our Privacy Statement, available here ×
  • Embedding JasperReports in an iFrame -- IE9 does not render correctly


    rmiller
    • Version: v5.1 Product: JasperReports® Server

    Issue:

    When using IE9 to view reports or dashboards that are embedded in an iFrame the reports do not render correctly or sometimes they do not render at all. The reason is that JasperReports Server requires that IE9 mimic IE8. This is done in decorator.jsp by setting the meta tag:

    <meta content="IE=8" http-equiv="X-UA-Compatible" />
    

    Beginning with JasperReports Server v5.1, this is resolved and users can use IE9 and IE10 out of the box.


    Resolution:

    Set the meta tag in the page header:

    <meta content="IE=8" http-equiv="X-UA-Compatible" />
    

    article.txt

    article_0.txt


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...