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

Signal Desktop should only copy raw text into the clipboard #4533

Closed
1 task done
Nisc3d opened this issue Sep 24, 2020 · 8 comments
Closed
1 task done

Signal Desktop should only copy raw text into the clipboard #4533

Nisc3d opened this issue Sep 24, 2020 · 8 comments

Comments

@Nisc3d
Copy link

Nisc3d commented Sep 24, 2020

  • I have searched open and closed issues for duplicates

Bug Description

When copying Text from Signal Desktop it still has formatting information. That looks strange when you paste it somewhere, for example on a website or another text editor.

Steps to Reproduce

  1. Copy one or more messages from a conversation
  2. Paste it somewhere

Actual Result:

The text has formatting information

Expected Result:

Only raw text should be copied.

Screenshots

Example Conversation:
grafik

Now let's copy some text:
grafik

And paste it in an Editor (For example Protonmail to send a new mail):
grafik

What it should look like (after removing the formatting):
grafik

Platform Info

Signal Version:

v1.36.1

Operating System:

Windows 10 and Arch Linux

Linked Device Version:

Android 4.71.5

Link to Debug Log

https://debuglogs.org/5011ae3e273188a8cb999f7b4a5adbe8606f11db43962ee7ab24a0670a456c11

@technical-debt-collector

Is this still of interest? If so I could try looking into it.

@Nisc3d
Copy link
Author

Nisc3d commented Mar 4, 2021

Yes, please. I still think this feature is important for a Messaging Program.

@technical-debt-collector
Copy link

technical-debt-collector commented Mar 5, 2021

I've experimented a bit with the code and have got a fairly easy solution to this. But I've also had a look at other PRs and would like some more reassurance before I spend more time on it.
@josh-signal, do you consider this feature request to have enough traction from the community? If so then I'd be happy to work further on it.

@AGCaesar
Copy link

This is also a huge problem for my colleagues and me. We send ourself text snippets in Signal and every time we paste them into Word or another Office application the text color or background color is still there. This is hugely annoying and I think is never a useful behaviour. It would be great if this could be fixed!

@hiqua
Copy link
Contributor

hiqua commented May 13, 2021

@technical-debt-collector if you already have some partial fix I think it's easier to just create a PR and discuss it there for Signal devs. You don't have to finish it completely if you want a confirmation of their interest first.

@technical-debt-collector

Sorry for late response. Thanks, that's a fair point. I'll see if I can find some time to look into it this weekend.

@stale
Copy link

stale bot commented Sep 23, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@sharun-s
Copy link

There seems to be an upper limit of how much of text is copied too. It looks like about 20 lines..if I try to copy/paste 40 messages it just pastes the bottom 20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment