| Summary | Messages getting deselected |
| Queue | IMP |
| Queue Version | 6.1.7 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | azurit (at) pobox (dot) sk |
| Created | 04/22/2014 (4223 days ago) |
| Due | |
| Updated | 04/22/2014 (4223 days ago) |
| Assigned | |
| Resolved | 04/22/2014 (4223 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
commit 1fcfc5e62bcf84b7e7026ec013076539ac133b61
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Apr 22 17:26:03 2014 -0600
[mms] Fix scrolling through large search mailboxes in dynamic
view (
Bug #13138).Conflicts:
imp/docs/CHANGES
imp/package.xml
imp/docs/CHANGES | 2 ++
imp/lib/Ajax/Application/ListMessages.php | 11 +++++++----
imp/package.xml | 1 +
3 files changed, 10 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/1fcfc5e62bcf84b7e7026ec013076539ac133b61
commit 9c7c500dc6ab3de7c579cc0dd799982b0e34c1e4
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Apr 22 17:26:03 2014 -0600
[mms] Fix scrolling through large search mailboxes in dynamic
view (
Bug #13138).imp/docs/CHANGES | 6 ++++--
imp/lib/Ajax/Application/ListMessages.php | 11 +++++++----
imp/package.xml | 10 ++++++----
3 files changed, 17 insertions(+), 10 deletions(-)
http://github.com/horde/horde/commit/9c7c500dc6ab3de7c579cc0dd799982b0e34c1e4
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Messages getting deselected
Type ⇒ Bug
State ⇒ Unconfirmed
contains bigger number of messages (for example several hundreds) do
this:
1.) Click on 'Select all' button.
2.) Start scrolling down (no matter how, for example with mouse wheel).
3.) After a while, messages gets deselected.
(In fact, you don't need to select all messages, any selection gets
deselected probably when IMP is loading more messages.)