Bug #2097
HTML export of RichText doesn't respect color formating
| Status: | Approved | Start date: | 11/01/2020 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Miroslav Fidler | % Done: | 0% | |
| Category: | RichEdit | Spent time: | - | |
| Target version: | Release 2021.1 - NTH |
Description
The bug is on following site:
- https://www.ultimatepp.org/srcdoc$Core$Leaks_en-us.html
#include <Core/Core.h>
using namespace Upp;
CONSOLE_APP_MAIN
{
{
MemoryIgnoreLeaksBlock __;
int* a = new int(5); // <- This leak will be ignored
}
int* b = new int(10); // <- This leak will be catched
}
The comment section of the code is marked as green in topic editor, however when exported whole line is green. In the help the above code is displayed correctly.
History
#1 Updated by Zbigniew Rebacz almost 5 years ago
- Status changed from New to Approved