Summary | Inbox desynchronization |
Queue | IMP |
Queue Version | 6.0.4 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | azurit (at) pobox (dot) sk |
Created | 04/04/2013 (4474 days ago) |
Due | |
Updated | 04/08/2013 (4470 days ago) |
Assigned | |
Resolved | 04/08/2013 (4470 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
commit 14b1640d9d18e456e38a767d786f215c03c1ba3c
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Apr 8 16:44:23 2013 -0600
Ignore clicks on the currently selected mailbox (
Bug #12158)imp/js/dimpbase.js | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/14b1640d9d18e456e38a767d786f215c03c1ba3c
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Inbox desynchronization
Type ⇒ Bug
State ⇒ Unconfirmed
Normally, when you click on Inbox on left menu, IMP will gets you at
the top of the inbox folder so you can see the first message. But it
is possible to fool IMP so it will thinks that top of the inbox is
elsewhere - then, when you click on the Inbox, it will always scroll
you to another location (not to the top).
How to reproduce:
- logout from IMP (this is important)
- login using dynamic mode, inbox should open
- do not click on any folder
- scroll down the inbox (just few lines is enough)
- open another folder from left menu
- open inbox again, you should be on the same location where you scrolled
- scroll to the top and click on Inbox on left menu, IMP will scroll you down
IMP will now you always scroll you to that location after clicking on
Inbox. You can fix it by logging out.
Tested on Firefox 19.0.2 and Chrome 26.0.1410.43 (both linux versions).