-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Medium
-
Component/s: Work Item - View (Internal developer use only)
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? 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&page=com.atlassian.jira.plugin.ext.subversion%3Asubversion-commits-tabpanel&decorator=none&pageIndex=1&pageSize=&_=1373965753433&serverRenderedViewIssue=true"); </script> </head> </html>
Instead of initializing the "More" button, I only get this redirection in IE8.
- is related to
-
JRASERVER-33962 IE8 sent redirection in AJAX request when it's loaded in Issue Tab Panel
-
- Closed
-