Defect #657
Back button - loses current page after viewing an issue - IE only
| Status: | New | Start date: | 2008-02-13 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Jean-Philippe Lang | % Done: | 0% | |
| Category: | Issues | |||
| Target version: | - | |||
| Affected version: | devel | Resolution: |
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 over 5 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 about 5 years ago
It happens using Safari 3 on Mac OS X 10.4 (Tiger) too.
#3 Updated by Henrique Bastos about 5 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 3 years ago
+1
#5 Updated by Felix Schäfer about 3 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 about 3 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 almost 3 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 over 2 years ago
#9 Updated by Brian Lindahl over 2 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.