-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Labels
good first issueIdeal for newcomers to start contributingIdeal for newcomers to start contributingtype: bugSomething is causing incorrect behavior or errorsSomething is causing incorrect behavior or errors
Description
Checklist
- I have used the search function to see if someone else has already submitted the same bug report.
- I will describe the problem with as much detail as possible.
App
Thunderbird for Android
App version
13.0
Where did you get the app from?
F-Droid
Android version
Not relevant - if you can't reproduce on your device - there is no problem
Device model
Not relevant
Steps to reproduce
- Open E-Mail with Hyperlink inside
per example:
- Press long on the Hyperlink
- select "Copy link text to clipboard"
- Paste in Browser-Address-Input or Text-Editor - anything without format
- Do you see the problem?
Expected behavior
Get the text this_is_the_problem_text which I see in the E-Mail
Actual behavior
I get this:
.linkStyledText, .linkStyledText span, span.linkStyledText { color: #0968F6!important; }
@media(prefers-color-scheme: dark) {
.linkStyledText, .linkStyledText span, span.linkStyledText { color: #4D93FC!important; }
}
this_is_the_problem_text
More
I think you have to change something in the file
legacy/ui/legacy/src/main/java/com/fsck/k9/ui/messageview/LinkTextHandler.kt
Metadata
Metadata
Assignees
Labels
good first issueIdeal for newcomers to start contributingIdeal for newcomers to start contributingtype: bugSomething is causing incorrect behavior or errorsSomething is causing incorrect behavior or errors
Type
Projects
Status
In Review