| Summary | Arrow key navigation resets after selecting multiple messages |
| Queue | DIMP |
| Queue Version | HEAD |
| Type | Enhancement |
| State | Resolved |
| Priority | 1. Low |
| Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
| Requester | chuck (at) horde (dot) org |
| Created | 7/28/08 (6465 days ago) |
| Due | |
| Updated | 7/28/08 (6465 days ago) |
| Assigned | 7/28/08 (6465 days ago) |
| Resolved | 7/28/08 (6465 days ago) |
| Milestone | |
| Patch | No |
State ⇒ Resolved
http://cvs.horde.org/diff.php/dimp/js/DimpBase.js?r1=1.1.2.79&r2=1.1.2.80&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/DimpBase.js?r1=1.1.2.79&r2=1.1.2.80&ty=u
http://cvs.horde.org/diff.php/dimp/js/DimpBase.js?r1=1.121&r2=1.122&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/DimpBase.js?r1=1.119&r2=1.120&ty=u
Priority ⇒ 1. Low
State ⇒ Assigned
Type ⇒ Enhancement
bug. From DimpBase->moveSelected():
// If no current selected value, or more than 1 current
// selected value, the first message in the current viewport is
// selected.
Priority ⇒ 1. Low
State ⇒ Assigned
Patch ⇒ No
Milestone ⇒
Assigned to
Assigned to Michael Slusarz
Queue ⇒ DIMP
Summary ⇒ Arrow key navigation resets after selecting multiple messages
Type ⇒ Bug
2. hit up or down arrow
The first message in the current viewport is selected. When hitting
down, the message after the last selected message should be selected;
when hitting up, the message before the first selected message.