RocketChat / RocketChat/EmbeddedChat
Bug : UIKit contextual bars not rendering in EmbeddedChat
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 165
- Forks
- 381
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
Description:
UIKit contextual bars fail to open when triggered by slash commands in EmbeddedChat. The command executes without errors but the contextual bar UI never appears, making Apps that rely on this feature completely unusable.
Steps to reproduce:
- Install a Rocket.Chat apps that uses contextual bars (e.g., Apps.QuickReplies)
- Open EmbeddedChat
- Execute a slash command that should open a contextual bar (e.g.,
/quick list) - Expected: Contextual bar opens in the sidebar
- Actual: Nothing happens - fails silently with no error messages
Expected behavior:
When a slash command triggers a UIKit contextual bar:
- The sidebar should open
- The contextual bar UI should render properly
- Users should be able to interact with the UI elements
Actual behavior:
- Command appears to execute (no error shown)
- Sidebar remains closed
- Contextual bar never renders
https://github.com/user-attachments/assets/0047b810-5fab-418f-8c11-05c2349af67f
Contributor guide
No contributing guide indexed for this repository
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 slash-command flow in EmbeddedChat with a UIKit contextual bar such as Apps.QuickReplies, then trace how the command reaches the sidebar and contextual bar UI. Done means the sidebar opens, the contextual bar renders, and its UI elements are interactive without errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100