Dynamic content loading issue when scrolling in long accounts list
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
We use SAML on NX v28.0.3 and have an issue in the settings/user list. Scrolling down the user list ends half way down, when refreshing the rest is loaded. Scrolling up and down again users are missing again. Firefox inspector output:
TypeError: e is undefined
VueJS 20
onScroll VirtualList.vue:89
mounted VirtualList.vue:74
VueJS 18
appendUsers users.js:87
v vuex.esm.js:844
commit vuex.esm.js:466
commit vuex.esm.js:465
_withCommit vuex.esm.js:624
commit vuex.esm.js:464
commit vuex.esm.js:409
getUsers users.js:378
promise callback*getUsers users.js:375
v vuex.esm.js:851
dispatch vuex.esm.js:516
dispatch vuex.esm.js:406
loadUsers UserList.vue:314
created UserList.vue:270
VueJS 24
vue.runtime.esm.js:3065:16
Originally posted by @mmmrein in https://github.com/nextcloud/server/issues/44934#issuecomment-2124442492
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.