Closed
Bug 955358
Opened 12 years ago
Closed 11 years ago
Don't show excessively long backlog when restoring from hold
Categories
(Instantbird Graveyard :: Conversation, enhancement)
Instantbird Graveyard
Conversation
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: aleth, Unassigned)
Details
Attachments
(1 file)
2.22 KB,
patch
|
Details | Diff | Splinter Review |
*** Original post on bio 1921 at 2013-04-06 14:54:00 UTC ***
*** Due to BzAPI limitations, the initial description is in comment 1 ***
Reporter | ||
Comment 1•12 years ago
|
||
*** Original post on bio 1921 as attmnt 2328 at 2013-04-06 14:54:00 UTC ***
When opening a conversation from hold which contains a long backlog of messages, the user doesn't usually want to actually see the whole backlog. Displaying it takes a long time (bug 954618 (bio 1187)) and can cause issues with search (bug 954573 (bio 1140)) etc.
We discussed this feature request at http://log.bezut.info/instantbird/130405/#m319.
This patch will only display the last N messages in a conversation, where N is either 300 or given by the first unread ping. It adds a system message (that obviously needs to be improved) to inform the user that this has happened.
Attachment #8354094 -
Flags: feedback?(clokep)
Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 8354094 [details] [diff] [review]
WIP
*** Original change on bio 1921 attmnt 2328 at 2013-04-06 15:05:27 UTC was without comment, so any subsequent comment numbers will be shifted ***
Attachment #8354094 -
Flags: feedback?(benediktp)
Reporter | ||
Comment 3•12 years ago
|
||
*** Original post on bio 1921 at 2013-04-07 11:11:18 UTC ***
To be clear, the question is whether something like this is wanted as a stopgap before we have infinite scroll (as a way to show the dropped messages) or not. I'm not sure myself. The log viewer is not a perfect replacement for having the messages in the current conversation, as we lose a lot of metadata on the messages (and the corresponding actions).
Another possible variation would be to always show all the unread messages and just drop already read ones if there are more than N.
Comment 4•12 years ago
|
||
*** Original post on bio 1921 at 2013-04-08 13:24:01 UTC ***
Not sure if aleth saw what I said on IRC at http://log.bezut.info/instantbird/130406#m245
Reporter | ||
Comment 5•12 years ago
|
||
Comment on attachment 8354094 [details] [diff] [review]
WIP
*** Original change on bio 1921 attmnt 2328 at 2013-04-10 14:57:30 UTC was without comment, so any subsequent comment numbers will be shifted ***
Attachment #8354094 -
Flags: feedback?(clokep)
Attachment #8354094 -
Flags: feedback?(benediktp)
Comment 6•12 years ago
|
||
*** Original post on bio 1921 at 2013-12-28 10:14:40 UTC ***
Isn't this here a variation of bug 953744 (bio 301)?
Reporter | ||
Updated•11 years ago
|
Assignee: aleth → nobody
Reporter | ||
Comment 7•11 years ago
|
||
Bug 1043902 will hopefully do much better than this :)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•