-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read receipt sometimes fails to fall down #3976
Comments
Ummed and erred about major/minor on this - I think it looks super glitchy so it's important to tackle, but I've never noticed it personally (making me quite possibly erroneously conclude that it is not common to see), hence minor. If lots of people are seeing and noticing this then we could bump it to higher severity. |
Yeah, it happens quite rarely, so minor is probably about right. |
Dropping to p3 because I haven't seen this happen for a long time. I'll keep an eye on this for a while longer, and if it still doesn't happen, I'll just close the issue. |
I honestly see this a few times a day, but it doesn't bother me too much. |
I also just saw it happen again (in 0.12.2). |
as did I @uhoreg |
#9769 should have covered all the fixes needed for this issue, please comment if it's still present for you. |
Description
Sometimes a read receipt fails to drop down from its old position to its new position.
Steps to reproduce
Seriously, though, I have no idea how to reproduce it. It seems to happen intermittently, and I haven't notice any pattern, other than the instances that I've checked seem to all be for users with no avatar set, but that could just be coincidental.
This screen shot shows the bug:
Note the blank space in the middle of the bottom row of RRs. That space opened up to allow the "S" beside Matthew's RR in the top row to drop down into it. However, it's just sitting there and not dropping. At the bottom, you can see the inspector. The highlighted element is the containing
span
for that RR, and you can see that itsstyle
attribute hastop: -170px
. It seems like the animation decided to just quit part way through.The only possibly relevant thing that I can see in the browser's console log is some 404 errors, but I don't know if it's connected at all.
Log: not sent
Version information
For the web app:
For the desktop app:
The text was updated successfully, but these errors were encountered: