Opened 2 years ago
Closed 18 months ago
#1487757 closed Feature Requests (fixed)
Position to page 1 when clicked on inbox folder and user is on another page
| Reported by: | neubauer | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.8-beta |
| Component: | User Interface | Version: | 0.5 |
| Severity: | minor | Keywords: | message list display next page |
| Cc: |
Description
If you want to read older messages, you switch one/more page/s forward. When you click on the inbox after that to get your newest mail the client remains in the selected page. I think the click on the Inbox link (or any other folder) should always position to the first page of emails.
interims Solution: To avoid this behaviour you need to switch the mailbox folder and then back to the requested one.
Change History (8)
comment:1 Changed 2 years ago by Silencer
comment:2 Changed 2 years ago by neubauer
- Keywords message next page added; folder removed
- Priority changed from 3 to 5
This does not happen when you select another folder from the list and then back to the either one in question, it happens only when you remain in the same folder.
If you click on the logo it happens, too. Our (normal) users expect to check the inbox for fresh messages at least there.
Imho it should be easy to reset the displayed page to page 1 at least there. I do not think this is a big deal and personally i feel no need for a pref.
Of course it does not happen when logged out (session data is destroyed before -> see code).
comment:3 Changed 2 years ago by neubauer
changing the skins/*/includes/header.[php,html] to the href ./?_page=1
does the trick.
comment:4 Changed 2 years ago by charly
0.5.1 is a BugFix? milestone, may be this ticket (FeatureRequest?) should be considered for 0.6-beta or later milestone.
If you agree, please change the Milestone of this ticket to 0.6-beta.
comment:5 Changed 2 years ago by neubauer
- Milestone changed from 0.5.1 to 0.6-beta
- Severity changed from normal to minor
- Summary changed from Positioning to page 1 when clicked on inbox folder to Position to page 1 when clicked on inbox folder and user is on another page
comment:6 Changed 2 years ago by alec
- Milestone changed from 0.6-beta to later
There's a "goto first page" button in list navigation. When we change "folder click" behaviour as proposed, we'll have no possibility to refresh current page. I don't like this idea.
comment:7 Changed 2 years ago by neubauer
is ok Alec, as i mentioned before a href="./?_refresh=1&_page=1" in skins/*/includes/header.html does the trick when the user clicks on the logo. This could be placed in the default skin and then closed in my opinion.
comment:8 Changed 18 months ago by alec
- Milestone changed from later to 0.8-beta
- Resolution set to fixed
- Status changed from new to closed
Done in [3633f09b].

Some people might find this useful when switching between folders. Does RC also remeber the selected page after logging out & back in?
Maybe the devs can add a option in the preferences window (might be a lot of work though).