Summary | Message not found |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 10/04/2012 (4634 days ago) |
Due | |
Updated | 10/15/2012 (4623 days ago) |
Assigned | 10/07/2012 (4631 days ago) |
Resolved | 10/09/2012 (4629 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 079144078526d2dc1807d051fe5a89237b5e220d
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sat Oct 6 17:05:01 2012 -0600
Bug #11464: Fix message not found error when trying to loadpreview of a message that was just deleted
imp/js/dimpbase.js | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/079144078526d2dc1807d051fe5a89237b5e220d
State ⇒ Resolved
message, that message is again/still loaded to the preview pane.
1.) Open mailbox. Quick press down, then delete, then leave mailbox
before delete completes.
2.) Delete message. Use mouse to switch mailbox before it completes.
In both cases, opening the original mailbox has the original message
gone, and no preview message loaded.
State ⇒ Assigned
message, that message is again/still loaded to the preview pane.
State ⇒ Resolved
response. We just weren't checking if we should display the error
message (e.g. the message error refers to the currently viewable
preview mesage). Fixed.
commit 079144078526d2dc1807d051fe5a89237b5e220d
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sat Oct 6 17:05:01 2012 -0600
Bug #11464: Fix message not found error when trying to loadpreview of a message that was just deleted
imp/js/dimpbase.js | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/079144078526d2dc1807d051fe5a89237b5e220d
keyboard navigation. The way we handle would be fine except that we
should not output a "message not found notification" in the server
code - this is an example where the notification needs to be
controlled by the browser code instead.
Priority ⇒ 1. Low
State ⇒ Assigned
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ Message not found
Type ⇒ Bug
reliably reproduce this, just hitting Down and Delete quickly after
navigating to a mailbox.