Summary | Selected message improvements when deleting messages |
Queue | IMP |
Queue Version | HEAD |
Type | Enhancement |
State | Accepted |
Priority | 1. Low |
Owners | |
Requester | chuck (at) horde (dot) org |
Created | 07/29/2008 (6133 days ago) |
Due | |
Updated | 01/08/2009 (5970 days ago) |
Assigned | |
Resolved | |
Milestone | |
Patch | No |
Queue ⇒ IMP
State ⇒ Accepted
State ⇒ Stalled
SHIFT-DEL bindings.
http://cvs.horde.org/diff.php/dimp/js/DimpBase.js?r1=1.133&r2=1.134&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/DimpBase.js?r1=1.131&r2=1.132&ty=u
http://cvs.horde.org/diff.php/dimp/js/DimpBase.js?r1=1.132&r2=1.133&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/DimpBase.js?r1=1.130&r2=1.131&ty=u
have no argument that selecting the next message would be proper
there. If preview is on... maybe we can select the next message
without previewing it (i.e. a right-click on an unselected message).
on whether previews are enabled or not. Especially since this can be
changed on demand and is not a pure preference.
that when using a trash folder, the shift-delete behavior should be
the default - otherwise you are constantly losing your place in the
mailbox in terms of keyboard nav.
we want to avoid loading the preview of a message (a potentially
expensive call on the server side) unless we are absolutely certain
the user wants to view that message. Additionally, IIRC, user studies
from large organizations (e.g. SAPO) indicated that many users are
"afraid" to click on a message that they know is SPAM for fear that by
loading the preview, there computers might be infected/affected.
Quite honestly, it is not an unreasonable fear and I agree with the
conclusion that we should only show previews if a message is
explicitly clicked on (this fear is the main reason why a right-click
does not automatically load the preview).
Obviously, this shouldn't be a concern if preview is turned off - I
have no argument that selecting the next message would be proper
there. If preview is on... maybe we can select the next message
without previewing it (i.e. a right-click on an unselected message).
that when using a trash folder, the shift-delete behavior should be
the default - otherwise you are constantly losing your place in the
mailbox in terms of keyboard nav.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Selected message improvements when deleting messages
Queue ⇒ DIMP
Milestone ⇒
Patch ⇒ No
State ⇒ Accepted
selection is lost. I'd like to see deletion be treated as a down
arrow/next message action from the point of view of the selection. If
there are no messages after the one(s) being deleted, then the
selection should move up instead. Similarly to the enhancements for
hitting up/down when multiple messages are selected, if multiple
messages were deleted, the up/down behavior should be from the
top/bottom of the selection, respectively.