mattekure
July 18th, 2024, 21:03
I have an odd graphical bug with my Indicators extension that I believe may be something in the client. this is occuring in both Live and the current Test channel.
Setup
5e campaign with only my indicators ext installed
Must have multiple NPCs of the same type in the combat tracker, so each is assigned a number
In options, token: Show name is set to Title
When initiative is passed, the frame for the token name gets corrupted. This occurs in every theme I've tried, often making it difficult or impossible to read.
These images are from current test channel, but the same occurs in current live channel.
Before initiative is passed
https://i.imgur.com/8G9brxG.png
After initiative is passed.
https://i.imgur.com/PQcw3Zl.png
After looking through my extension code, the line that appears to be causing this is
statusWidget.sendToBack();
this function is called right after creating the widget and is supposed to send it behind the other widgets, but not behind the token itself.
Setup
5e campaign with only my indicators ext installed
Must have multiple NPCs of the same type in the combat tracker, so each is assigned a number
In options, token: Show name is set to Title
When initiative is passed, the frame for the token name gets corrupted. This occurs in every theme I've tried, often making it difficult or impossible to read.
These images are from current test channel, but the same occurs in current live channel.
Before initiative is passed
https://i.imgur.com/8G9brxG.png
After initiative is passed.
https://i.imgur.com/PQcw3Zl.png
After looking through my extension code, the line that appears to be causing this is
statusWidget.sendToBack();
this function is called right after creating the widget and is supposed to send it behind the other widgets, but not behind the token itself.