Firebot icon indicating copy to clipboard operation
Firebot copied to clipboard

[Bug] Show Text Effect

Open CKY- opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

when the replace variables are used there is a chance that it will malform the html of the WYSIWYG html output

<p><span style="color: rgb(255, 255, 255);">$uppercase[</span><span style="color: rgb(255, 255, 255); font-size: 48px;">SomeText</span><span style="color: rgb(255, 255, 255);">]</span></p>

in this example you have to move all the HTML out of the variable to make it work correctly

image

image

Expected Behavior

it not malform the html.

Steps To Reproduce

use a show text effect and add to the text the uppercase and im assuming the lowercase variables around a text object then format the text with the color styling

Version

5.59.2

What operating system are you using Firebot on?

Windows 10

Relevant log output

No response

Contact Details (Optional)

No response

CKY- avatar Jan 02 '24 01:01 CKY-