Bug 455987 - "Search online" feature searches for HTML formatted text instead of plain text
Summary: "Search online" feature searches for HTML formatted text instead of plain text
Status: RESOLVED FIXED
Alias: None
Product: NeoChat
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Tobias Fella
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-26 21:44 UTC by Jan Bidler
Modified: 2022-07-15 15:53 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Bidler 2022-06-26 21:44:08 UTC
SUMMARY
The "search online" feature searches for HTML formatted text, instead of plain text

STEPS TO REPRODUCE
1. Open NeoChat, login and open a room
2. Send a message containing markdown, such as "**KDE**"
3. Right click the message -> search online and use any provider

OBSERVED RESULT
The search term will be the HTML formatted text, in this case "<strong>KDE</strong>"

EXPECTED RESULT
The search term should be plain text, in this case "KDE"

SOFTWARE/OS VERSIONS
Linux: Linux Mint 20
KDE Plasma Version: 5.18.8

NeoChat: 22.04
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.5

ADDITIONAL INFORMATION
Comment 1 Jan Bidler 2022-07-15 15:53:12 UTC
This also now seems to have been fixed. Also sadly don't know the commit which fixed it :(