Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat messages consisting of multiple lines are displayed in columns in the chat sidebar #6522

Closed
Exairnous opened this issue Nov 26, 2024 · 0 comments
Labels
bug needs triage For bugs that have not yet been assigned a fix priority

Comments

@Exairnous
Copy link
Contributor

Description
When a chat message is composed with multiple lines and sent, each line is then displayed as its own column in the chat sidebar instead of on separate rows. Chat messages are also displayed right to left in the chat sidebar for the sender (they are correctly displayed left to right for the receiver).

To Reproduce
Steps to reproduce the behavior:

  1. Enter a Hubs room. Duplicate the tab if you want to observe the messages as both the sender and receiver.
  2. Open the chat.
  3. Compose and send a multi-line message (new lines can be added by pressing Shift+Enter).
  4. See that each line makes up it's own column (long lines and many of them make long thin columns, short lines make it seam as if the new lines are ignored as everything appears run together on one row).

Expected behavior
Multi-line chat messages should be displayed in the chat sidebar with each line below the other instead of side by side in columns.

Screenshots
Sender - Bug:
2024-11-26_17-47

Receiver - Bug:
2024-11-26_17-47_1

Sender - Correct:
2024-11-26_17-48

Hardware

  • Device: Laptop
  • OS: GNU/Linux
  • Browser: Firefox and Chromium

Additional context
Potentially caused by #6511

@Exairnous Exairnous added bug needs triage For bugs that have not yet been assigned a fix priority labels Nov 26, 2024
Exairnous added a commit that referenced this issue Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs triage For bugs that have not yet been assigned a fix priority
Projects
None yet
Development

No branches or pull requests

1 participant