IE8 sent redirection in AJAX request when it's loaded in Issue Tab Panel

XMLWordPrintable

      NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.

      I'm working on JIRA Subversion plugin and it's now loaded in Issue Tab Panel with AJAX. I try to load more content by clicking on the "More" button. An AJAX request will be sent. I've followed the steps in https://developer.atlassian.com/display/JIRADEV/Loading+Issue+Tab+Panels+with+AJAX . It works in Chrome and FF, However IE8 did the redirection with the following html returned:

      <html>
         <head>
           <meta content="none" name="decorator">
           <script>window.location.replace("/i#browse/TST-1?issueKey=TST-1&amp;page=com.atlassian.jira.plugin.ext.subversion%3Asubversion-commits-tabpanel&amp;decorator=none&amp;pageIndex=1&amp;pageSize=&_=1373965753433&amp;serverRenderedViewIssue=true");
           </script>
         </head>
      </html>
      

      Instead of initializing the "More" button, I only get this redirection in IE8.

            Assignee:
            Unassigned
            Reporter:
            KaiA
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: