RocketChat/Rocket.Chat

Quoted message is not linked with the actual parent message

Open

#18,873 创建于 2020年9月11日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)TypeScript (13,573 fork)batch import
area: ui/uxhacktoberfesttype: bug

仓库指标

Star
 (45,311 star)
PR 合并指标
 (平均合并 6天 1小时) (30 天内合并 230 个 PR)

描述

Description: Clicking on quoted message doesn't scroll to the actual message

Steps to reproduce:

  1. Open any chat
  2. Scroll up a few pages to test auto-scroll
  3. Quote any message. Type some text and hit enter.
  4. Now in the quoted message, click on the timestamp.

Screenshot_134

Expected behavior: It should auto-scroll to the actual message that you quoted.

Actual behavior: Nothing happens

Server Setup Information:

  • Version of Rocket.Chat Server: 3.6.0
  • Operating System: Linux
  • Deployment Method: tar
  • Number of Running Instances: 1
  • DB Replicaset Oplog: Enabled
  • NodeJS Version: v12.14.0
  • MongoDB Version:4.0.20

Client Setup Information

  • Desktop App or Browser Version: 2.17.11 Desktop
  • Operating System: Win 10

Additional context

Relevant logs:

When I send a message with Quote, I get this error in console:

image

贡献者指南