RocketChat / RocketChat/Rocket.Chat
(MOBILE) Clicking One Filter Apprears to Open Dropdown Under Another Filter in marketplace
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
Description:
On mobile screen sizes, the filter dropdowns (e.g., Sort By, All prices, All statuses) in the Marketplace / Apps page appear incorrectly.
The dropdown menu is rendered in an unintended position, making the UI look broken and affecting usability on smaller screens.
This issue is not observed on desktop screen sizes.
Steps to reproduce:
- Open Rocket.Chat in a mobile browser or resize the browser window to a mobile viewport (≤ 768px width).
- Navigate to Marketplace and use the filters in Installed or Premium page
- Click on any filter dropdown (e.g., Sort by).
- Observe the dropdown menu positioning.
Expected behavior:
- The filter dropdown should:
- Open aligned with the trigger element
- Stay within the viewport
- Be fully usable on mobile screens without overlapping or floating incorrectly
Actual behavior:
https://github.com/user-attachments/assets/4706dde9-e310-48c6-9718-46a9922a796c
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
Start by reproducing the issue on the Marketplace / Apps page at a viewport of 768px or less, using the Installed or Premium filters. Locate the filter dropdown entry point and inspect how its menu is positioned relative to the trigger. Done means each filter opens aligned with its trigger, remains within the viewport, and is usable without overlapping another filter.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100