Bug 456878 - HTML tag not working
Summary: HTML tag not working
Status: RESOLVED FIXED
Alias: None
Product: NeoChat
Classification: Applications
Component: General (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Tobias Fella
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-18 18:18 UTC by Jan Bidler
Modified: 2022-11-21 21:28 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented 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-07-18 18:18:23 UTC
SUMMARY
The HTML tag doesn't work


STEPS TO REPRODUCE
1. Send something like `/html text <br> newline`

OBSERVED RESULT
`/html text newline` will be shown 

EXPECTED RESULT
`text
newline
`
should be shown

SOFTWARE/OS VERSIONS
Linux: Arch Linux
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.5
NeoChat: self-compiled flatpak
Comment 1 James Graham 2022-07-24 18:13:13 UTC
It seems the reason it doesn't work is because it was never implemented. I just had a look in actionHandler.cpp and line 138 shows:

// static const QString htmlPrefix = QStringLiteral("/html "); // TODO
Comment 2 Tobias Fella 2022-11-21 21:28:30 UTC
The html command has been removed entirely