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

When copying multiline text from history, new lines replaced with character \u2029 #1514

Open
2 of 10 tasks
cyrmax opened this issue Sep 30, 2022 · 0 comments
Open
2 of 10 tasks

Comments

@cyrmax
Copy link

cyrmax commented Sep 30, 2022

Description

When i copy multiline text from channel history or private messages i see symbol \u2029 instead of new lines.

Example:
I have send the following text


Big text line one
Big text line two
Big text line three

Line four after one empty line


After all manipulations i got the following text.


Big text line one
Big text line two
Big text line three

Line four after one empty line



I think this is a bug of QT 6 because i found this bug only in TeamTalk 5.11 beta.

Application

  • qtTeamTalk
  • TeamTalkAndroid
  • iTeamTalk
  • TeamTalkClassic
  • TeamTalkServer

Platform

  • Windows
  • macOS
  • Android
  • iOS
  • Linux

Expected behavior

Text is pasted with normal line endings and new lines.

Actual behavior

Text is pasted with symbol \u2029 instead of normal new lines.

Steps to reproduce problem

  1. Send or receive some multiline text via channel messages, private messages or broadcast messages;
  2. Try to select and copy this text via keyboard (i didn't tested with mouse);
  3. Paste text into some text editor like Windows notepad, Notepad++ or VS Code;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants