Summary | Delay in message loading only working once |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 10/10/2012 (4649 days ago) |
Due | |
Updated | 10/15/2012 (4644 days ago) |
Assigned | 10/10/2012 (4649 days ago) |
Resolved | 10/10/2012 (4649 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit f9f4092e2ecd3ce3b6179bc09a1f1219800cebdb
Author: Jan Schneider <jan@horde.org>
Date: Wed Oct 10 11:00:20 2012 +0200
Raise delay (
Request #11484).This is of course subjective, but with this delay I can type in a
"natural"
speed without loading unwanted messages, and the delay still
feels short enough
to not slow down reading of messages.
imp/js/dimpbase.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/f9f4092e2ecd3ce3b6179bc09a1f1219800cebdb
Taken from Michael Slusarz
State ⇒ Resolved
commit f9f4092e2ecd3ce3b6179bc09a1f1219800cebdb
Author: Jan Schneider <jan@horde.org>
Date: Wed Oct 10 11:00:20 2012 +0200
Raise delay (
Request #11484).This is of course subjective, but with this delay I can type in a
"natural"
speed without loading unwanted messages, and the delay still
feels short enough
to not slow down reading of messages.
imp/js/dimpbase.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/f9f4092e2ecd3ce3b6179bc09a1f1219800cebdb
State ⇒ Feedback
if skipping one message. I.e. if I hit the down key twice, the
message between the original and the target message is correctly not
loaded. But if I hit down thrice, the second-last message, i.e. the
one before the target message is still loaded.
1. I click on first message in mailbox (see a showMessage ajax request)
2. I quickly hit down arrow three times.
3. I only see one showMessage ajax request for the last message
Right now there is a 0.3 second delay. Maybe you can try playing
around with this if this is not working satisfactorily for you.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Delay in message loading only working once
Queue ⇒ IMP
Assigned to Michael Slusarz
Milestone ⇒
Patch ⇒ No
State ⇒ Assigned
skipping one message. I.e. if I hit the down key twice, the message
between the original and the target message is correctly not loaded.
But if I hit down thrice, the second-last message, i.e. the one before
the target message is still loaded.