RocketChat / RocketChat/Rocket.Chat
Room members list infinite scroll loader does not get all users
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
Description:
Scrolling to load users in a room does not work. We tested with 105 users, of whom 1 was active, and only 103 showed up.
Steps to reproduce:
- Open room members sidebar.
- Use All members search.
- Scroll until end. Sometimes it will stop and you have to scroll up first. Sometimes you reach near the end and it never loads more. (103/105 for us.)
Expected behavior:
Loads all users. If already at bottom of list upon render, preemptively load more.
Actual behavior:
Fails to consistently load all users.
Server Setup Information:
- Version of Rocket.Chat Server: 3.11.0-develop
- Operating System: ContainerOS
- Deployment Method: Docker
- Number of Running Instances: Scaling
- DB Replicaset Oplog: -
- NodeJS Version: 14
- MongoDB Version: Atlas
Client Setup Information
- Desktop App or Browser Version: Safari and Chrome (only ones we tested)
- Operating System: Mac (Windows untested)
Additional context
Relevant logs:
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.
Research direction
Reproduce the issue from the room members sidebar using All members search and a room with more than 105 users, testing the scrolling behavior in Safari or Chrome. Trace the room members list and its infinite-scroll loading entry point; done means every user loads reliably, including when the list is already at the bottom on render.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100