Skip to content
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

Wrong conversation is shown when switching quickly between threads #1013

Closed
RalfJung opened this issue Oct 3, 2015 · 3 comments
Closed

Wrong conversation is shown when switching quickly between threads #1013

RalfJung opened this issue Oct 3, 2015 · 3 comments

Comments

@RalfJung
Copy link
Contributor

RalfJung commented Oct 3, 2015

Sometimes, it happens that the conversation shown at the bottom of the main window does not match to message(s) selected at the top.

I can reproduce this by

  • Clicking on some (collapsed) thread (A) with lots of messages, so that loading it takes some time
  • While it is still loading, quickly clicking another message/thread (B)
  • Now the first, large thread finishes loading and is shown at the bottom
  • I have to click some other message (!= B), and then click B again, to make it actually show B

This frequently happens to me in normal daily usage.

@protz protz added the bug label Oct 6, 2015
@protz
Copy link
Collaborator

protz commented Oct 6, 2015

Ok, this one is a bug, but it'll most likely be fixed when I implement the speed optimizations I mentioned in #1014.

I think I've replied to all your issues. Apologies for the delay, things are a little bit busy on my end. Will you be at OOPSLA? We could chat about your issues and/or possible contributions (if you're interested, of course!) while I buy you a beer.

@RalfJung
Copy link
Contributor Author

RalfJung commented Oct 7, 2015

I think I've replied to all your issues. Apologies for the delay, things are a little bit busy on my end.

Don't worry, compared to many other projects, we are definitely fast.

Will you be at OOPSLA? We could chat about your issues and/or possible contributions (if you're interested, of course!) while I buy you a beer.

No, I will probably not be on another conference anymore this year - and I don't really file like taking another one of these long flights anyway ;-) .
Also, as far as I remember, I still owe you a beer :D

@Standard8
Copy link
Collaborator

I believe I've just fixed this in 3.1.2 which has just been released - specifically in a634d01. Although the performance still isn't brilliant for large threads, we'll cancel display of the previous one and display the correct one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants