RichText in variables breaks Node formatting

NodeCanvas Forums Support RichText in variables breaks Node formatting

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10768
    Async0x42
    Participant

    When I add RichText tags to a parameter, it displays all the Node formatting. Attached is an example of the issue.

    Attachments:
    You must be logged in to view attached files.
    #10772
    Gavalakis
    Keymaster

    Hello,
    There is probably some wrong formating in your text, like some tag closure missing and that is causing all the tags to show.
    I just tried with a correct open/close tagging and there is no problem.

    Thanks

    Join us on Discord: https://discord.gg/97q2Rjh

    #10773
    Gavalakis
    Keymaster

    I just noticed there is a > character in your text and that is causing this. Can you please paste the text here to make sure?

    Join us on Discord: https://discord.gg/97q2Rjh

    #10776
    Async0x42
    Participant

    Hmm, the only text I had entered was

    <color = “white”>Cool test message!</color>

    I’m away from my computer, but I just looked at some examples online that exclude the “, so that might actually be the issue. I had been assuming it was HTML-y

    #10789
    Gavalakis
    Keymaster

    Hey,
    The space between color, =, and “white” breaks the formating 🙂
    This works:

    Please confirm.
    Thanks!

    Join us on Discord: https://discord.gg/97q2Rjh

    #10818
    Async0x42
    Participant

    Confirmed, thanks!

    Interestingly:
    <color ="white">
    Does not work (as well as my original posts format), but:
    <color= "white">
    Works!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.