Summary | Shift-click selecting too many rows |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 10/15/2012 (4646 days ago) |
Due | |
Updated | 11/07/2012 (4623 days ago) |
Assigned | 10/16/2012 (4645 days ago) |
Resolved | 10/25/2012 (4636 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 6 |
Patch | No |
at the page level rather than the view level - so switching between
views with selected messages could cause incorrect selections.
Solution was to store original/pivot rows within a view's metadata.
commit 331edcbbb5967eff37e6d18f95b6802616d389c4
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Nov 7 00:31:28 2012 -0700
[mms] Fix shift-clicking in dynamic mailbox view when navigating
to other mailboxes (
Bug #11520).imp/docs/CHANGES | 2 ++
imp/js/dimpbase.js | 23 ++++++++++++++---------
imp/package.xml | 2 ++
3 files changed, 18 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/331edcbbb5967eff37e6d18f95b6802616d389c4
commit 5818bd18f879cf2a2dee5bc300c1d0314be788c5
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Oct 16 00:42:48 2012 -0600
Bug #11520: Fix slice rangeimp/js/viewport.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5818bd18f879cf2a2dee5bc300c1d0314be788c5
State ⇒ Resolved
Milestone ⇒ 6
Priority ⇒ 2. Medium
Milestone ⇒ 5
Setting IMP 6 milestone. Downgrading priority since I cannot reproduce.
State ⇒ Feedback
messages selected. I *was* able to replicate some strange behavior
where the shift-click message was not included in the eventual
selection (the actual selection ended a few messages before the
clicked message). This has been fixed - not sure if this is related
to what you are experiencing.
commit 5818bd18f879cf2a2dee5bc300c1d0314be788c5
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Oct 16 00:42:48 2012 -0600
Bug #11520: Fix slice rangeimp/js/viewport.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5818bd18f879cf2a2dee5bc300c1d0314be788c5
so the additional viewPort requests might be the key.
mailboxes without noticing.
State ⇒ Assigned
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ Shift-click selecting too many rows
Type ⇒ Bug
Priority ⇒ 3. High
pages further, so far that new slices are loaded from the backend, and
then shift click another message, there are far too many messages
selected. Like 12000 instead of 200.