After closing issue, status badge is not updated on scroll
Summary
I closed an issue in my repo the status shows closed, when I scroll down it shows open.
Steps to reproduce
Close an Open issue. The badge shows closed. Scroll down to see additional information on the issue, the badge that appears in the floating title bar shows Open again. If you scroll back up the static page title bar appropriately shows Closed.
Example Project
All projects but simplesense/monolith has this behavior.
What is the current bug behavior?
Floating title bar appears with incorrect status.
What is the expected correct behavior?
All status badges are updated on issue state update.
Relevant logs and/or screenshots
Static status bar after closing:
Floating title bar after scrolling:
Recording showing behavior: Screen_Recording_2020-09-19_at_4.26.15_PM
Output of checks
This happens on Gitlab.com
Results of GitLab environment info
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
Results of GitLab application Check
Possible fixes
Currently can workaround with a refresh. Doesn't really impact functionality, just made me question if the issue was closed or open, and is probably not desired behavior or UX.