[Tickets #9812] Optimize viewport update when deleting many messages

bugs at horde.org bugs at horde.org
Tue Apr 5 15:50:15 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/9812
------------------------------------------------------------------------------
  Ticket             | 9812
  Created By         | Jan Schneider <jan at horde.org>
  Summary            | Optimize viewport update when deleting many messages
  Queue              | IMP
  Version            | Git master
  Type               | Enhancement
  State              | New
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


Jan Schneider <jan at horde.org> (2011-04-05 15:50) wrote:

If you are deleting more messages than fit in a page of the viewport,  
currently the deleted section is simply filled up with messages from  
further down the mailbox.
It would be better, if the viewport is instead scrolled down to the  
last not deleted message, and *then* filling up. I'm going to try to  
visualize what I mean:

   A
   B
-----
   C
   D
   E
-----
   F
   G
   H
   I

Deleting message B-E:


   A
   F
-----
   G
   H
   I
-----

Better:


   A
-----
   F
   G
   H
-----
   I

Or even one-off:


-----
   A
   F
   G
-----
   H
   I







More information about the bugs mailing list