nextcloud / nextcloud/spreed

Cursor is not always a pointer on searched participants

Open
#6,464 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug feature: frontend 🖌️
Dominant language
PHP
Stars
2.2k
Forks
587
Avg merge
18h 27m
Merged PRs (30d)
333

Description

The current rules to show a pointer on the searched row and on the user name of a searched row are not enough.

Talk-Search-User-Cursor1
Talk-Search-User-Cursor2
Talk-Search-User-Cursor3

Steps to reproduce

  • Open a conversation as a moderator
  • In the participant list, search for a user who is not yet in the conversation
  • Move the cursor over the searched participant
Expected result

The cursor should be a pointer

Actual result

The cursor is a pointer or the default cursor depending on where the cursor is placed on the row

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue, especially the cursor rules around lines 726-728 and 789-791. Reproduce the moderator participant search described in the issue and inspect each part of the searched participant row. Done means the pointer cursor appears consistently anywhere over a searched participant who is not yet in the conversation.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.