-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
Customer reported that in some cases message date is incorrect when using print function, as it displays date of the first message in the thread instead of the selected message date.
I was able to reproduce this issue:
- open thread with multiple encrypted messages
- click
expand allbutton:
- click
printon the second message in the thread - print page will use date of the first message, instead of the second
This bug isn't reproducible when first message isn't expanded - print page correctly uses date of the selected message in this case.
So seems like this bug in parsing message date happens when the first thread message is visible.