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

Plain text escape sequences in copy text window #216

Open
kanegasi opened this issue Nov 19, 2024 · 0 comments
Open

Plain text escape sequences in copy text window #216

kanegasi opened this issue Nov 19, 2024 · 0 comments
Labels
bug Something isn't working retail Relevant to Prat on retail

Comments

@kanegasi
Copy link

Describe the bug
The Copy Text window strips plain text escape sequences, such as results from a dump command.

To Reproduce
Steps to reproduce the behavior:

  1. /run WASD="\124cffedcba9FooBar\124r"
  2. /dump WASD
  3. Open copy chat

Expected behavior
Dump: WASD
WASD="|cffedcba9FooBar|r"

Actual behavior
Dump: WASD
WASD="|FooBar|"

Screenshots
(this is just an example you can only do when standing in front of a delve entrance)

image

Version Information (please complete the following information):
Dump: value=GetBuildInfo()
[1]="11.0.5",
[2]="57637",
[3]="Nov 17 2024",
[4]=110005,
[5]="",
[6]=" "
Dump: value=Prat.Version
[1]="Prat |3.0| (|3.9.60|)"

Addons you are running
Tested with only Prat running

Comments
I understand that you would want to strip colors from the copy text. I remember a few years ago that being an issue with unbound or otherwise broken colors making the entire blob of text a color, but I hope there's a way to disable colors while still allowing a direct copy of what I see.

@kanegasi kanegasi added bug Something isn't working retail Relevant to Prat on retail labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working retail Relevant to Prat on retail
Projects
None yet
Development

No branches or pull requests

1 participant