Bug #2097

HTML export of RichText doesn't respect color formating

Added by Zbigniew Rebacz over 3 years ago. Updated over 3 years ago.

Status:ApprovedStart date:11/01/2020
Priority:NormalDue date:
Assignee:Miroslav Fidler% Done:

0%

Category:RichEditSpent 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 over 3 years ago

  • Status changed from New to Approved

Also available in: Atom PDF