-
Notifications
You must be signed in to change notification settings - Fork 155
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
Sorting ResourceTable causes lazy loading sceleton to never disappear #6434
Comments
@lookacat Could you please check if that's still a thing for you? I suppose that the recent performance updates have solved this issue. |
I had the same issue several times now. It seems to happen when you change the sort order of resources, navigate to another page, and then navigate back to your personal space. I think it has something to do with reading values from the local storage. Because as soon as you prune it, things are fine again. Also, it only occours when Web is running via |
Can confirm. Happens if you navigate e.g. to Looking at the localStorage (browser dev tools -> Application -> Local Storage) there are view-specific sort key-value pairs. Deleting the view-specific sorting options from localStorage "solves" the issue... |
See #8981 for the broken sorting on the shared with me page, that I mentioned in my previous comment. |
Fixed via #8988. |
Steps to reproduce
Click sorting at least 3-4 times.
Expected behaviour
Lazy loading sceleton should not appear
Actual behaviour
Lazy loading sceleton appears and never goes away
Screenshot
The text was updated successfully, but these errors were encountered: