Defect #657
Back button - loses current page after viewing an issue - IE only
Status: | Closed | Start date: | 2008-02-13 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Issues | |||
Target version: | - | |||
Resolution: | Duplicate | Affected version: |
Description
In IE if you are going through multiple pages of issues and click on one if you click the "back" button you are brought back to page 1 of the issues. This is a pain because you then have to remember what page you were on and click back through the pages to find it.
Related issues
History
#1
Updated by Witold Oleksiak almost 15 years ago
It's not only IE issue, it concerns Safari and Firefox on Mac OS X too. It looks like one of AJAX drawbacks..
#2
Updated by Henrique Bastos over 14 years ago
It happens using Safari 3 on Mac OS X 10.4 (Tiger) too.
#3
Updated by Henrique Bastos over 14 years ago
- Assignee set to Jean-Philippe Lang
Couldn't fix the subject. It's not a IE Only defect.
#4
Updated by S Reid over 13 years ago
+1
#5
Updated by Felix Schäfer over 12 years ago
Is this still the case? Does the defect happen when you view several individual issues, or when viewing several reports in the issue list?
#6
Updated by David Petersen over 12 years ago
Yes this is still a problem. Since the pages on the issues listing are being loaded via ajax calls the back button stops doesn't let you back through the pages. In order to fix this Redmine needs to use something like Ben Alman's Back Button and Query Library which has a hashhange event that can be used to add back button support.
#7
Updated by man man over 12 years ago
Any update? It is really annoying when go through issue list, forum, search result, etc with multiple pages.
#8
Updated by Brian Lindahl almost 12 years ago
#9
Updated by Brian Lindahl almost 12 years ago
In #7594, I've created a patch to temporarily solve this problem until a real solution exists. It disables Ajax updates and uses direct linking for pagination.
#10
Updated by Go MAEDA almost 8 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Fixed by #5138 (Redmine 1.2.0), removed ajax pagination.
#11
Updated by Go MAEDA almost 8 years ago
- Duplicates Defect #5138: Don't use Ajax for pagination added