Hacker News new | ask | show | jobs
by phikai 1914 days ago
> Am I the only one who finds that the "go to next unresolved" button now often goes into an inconsistent non-working state that requires a (slow) refresh?

I don't think I've seen that reported before and we have been working through some interesting to reproduce issues in recent milestones.

Would you mind opening an issue for this? Feel free to tag me (same name).

2 comments

There's an open issue for one thing I notice all the time: the next/previous unresolved commands update some internal state but scrolling and other navigation do not. This means that if you use any other navigation mechanism (e.g. search) the next time you hit “go to next unresolved” button it will instead scroll backwards to whatever thread follows the last one you navigated to using the “go to next unresolved” mechanism even if that's scrolling hundreds of lines back.
There’s already an issue for this: https://gitlab.com/gitlab-org/gitlab/-/issues/281947
Yes. This is it. Thanks! I wasn't actually sure when it broke, but this issue describes it perfectly.