RocketChat/Rocket.Chat

Omnichannel transfer comment is not wrapped to multiple lines

开放

#26,723 创建于 2022年8月29日

 (68 条评论) (0 个反应) (0 位负责人)TypeScript (13,573 个派生)batch import
area: ui/uxgood first issuehacktoberfest

仓库指标

星标
 (45,311 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Description:

When transferring omnichannel conversation to another agent with a comment, text is not wrapping to new line, going out of the line with "...".

Steps to reproduce:

  1. Agent A: Receive omnichannel conversation.
  2. Transfer it to agent B, leaving long text comment.
  3. See on agent B's chat non-wrapped text (rest of it is not visible).

Expected behavior:

Transfer comment text is wrapped to multiple lines if needed.

Actual behavior:

Transfer comment text is rendered in a single line, which is hidden behind the end of the line.

image

Server Setup Information:

  • Version of Rocket.Chat Server: 5.0.4
  • Operating System: Ubuntu 20.04
  • Deployment Method: docker
  • Number of Running Instances: 1
  • DB Replicaset Oplog: Enabled
  • NodeJS Version: v14.19.3
  • MongoDB Version: 5.0.11 / wiredTiger

Client Setup Information

  • Desktop App or Browser Version: Desktop 3.8.7
  • Operating System: Windows 10

Additional context

Relevant logs:

贡献者指南