Remove Chrome Frame tag from metadata

XMLWordPrintable

    • 5

      Chrome Frame crashes browser when clicking on 'Attach Screenshot'

      When using Chrome Frame with IE8, Jira defaults to rendering pages using Chrome Frame. This is because of the following setting in : atlassian-jira/includes/decorators/aui-layout/head-common.jsp

      <meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" />

      Steps to reproduce :

      1. Start Jira 5.0.7
      2. Install Chrome Frame on IE8
      3. Pull up Jira on IE8
      4. Goto an issue and click 'Attach Screenshot'
      5. The browser will crash

      It is clear that Chrome Frame is an unsupported platform. But since our settings for Jira tend to make it a default platform for loading pages, it is a bug.

      The workaround is to remove the last part from the line like :

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

      Regards,
      Ruchi

            Assignee:
            Eric Dalgliesh
            Reporter:
            Ruchi Tandon (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: