-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Medium
-
None
-
Affects Version/s: None
-
Component/s: Issue - View Issue
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&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.
- relates to
-
JRACLOUD-33962 IE8 sent redirection in AJAX request when it's loaded in Issue Tab Panel
-
- Closed
-
-
SVN-416 Loading...
-
SVN-417 Loading...
- is cloned from
-
SVN-420 Loading...