-
Notifications
You must be signed in to change notification settings - Fork 209
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
Copied text is HTML encoded #1850
Labels
bug
Something isn't working
Comments
Integral-Tech
added a commit
to Integral-Tech/nheko
that referenced
this issue
Jan 9, 2025
…-Reborn#1850) Currently, when using `Copy` in the context menu, the text will be HTML escaped (e.g. `"` becomes `"`). Add a function to decode HTML entities when copying to clipboard. This PR fixes issue Nheko-Reborn#1850.
Integral-Tech
added a commit
to Integral-Tech/nheko
that referenced
this issue
Jan 9, 2025
…rn#1850) Currently, when using `Copy` in the context menu, the text will be HTML escaped (e.g. `"` becomes `"`). Add a function to decode HTML entities when copying to clipboard. This PR fixes issue Nheko-Reborn#1850.
Integral-Tech
added a commit
to Integral-Tech/nheko
that referenced
this issue
Jan 9, 2025
…rn#1850) Currently, when using `Copy` in the context menu, the text will be HTML escaped (e.g. `"` becomes `"`). Add a function to decode HTML entities when copying to clipboard. This PR fixes issue Nheko-Reborn#1850.
Integral-Tech
added a commit
to Integral-Tech/nheko
that referenced
this issue
Jan 9, 2025
…rn#1850) Currently, when using `Copy` in the context menu, the text will be HTML escaped (e.g. `"` becomes `"`). Add a function to decode HTML entities when copying to clipboard. This PR fixes issue Nheko-Reborn#1850.
Integral-Tech
added a commit
to Integral-Tech/nheko
that referenced
this issue
Jan 10, 2025
…rn#1850) Currently, when using `Copy` in the context menu, the text will be HTML escaped (e.g. `"` becomes `"`). Add a function to decode HTML entities when copying to clipboard. This PR fixes issue Nheko-Reborn#1850.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using
Copy
in the context menu text goes through some HTML encoding.E.g.
"
becomes"
.I think that adding a function to HTML decode and send the text there will fix this.
To Reproduce
"
,>
etc.Copy
What happened?
No response
Expected behavior
No response
Screenshots
No response
Version
0.12.0
Operating system
Linux
Installation method
Some repository (AUR, homebrew, distribution repository, PPA, etc)
Qt version
No response
C++ compiler
No response
Desktop Environment
No response
Did you use profiles?
Relevant log output
No response
Backtrace
No response
The text was updated successfully, but these errors were encountered: