mirror of
https://github.com/ArnoldSmith86/virtualtabletop.git
synced 2026-03-02 22:57:02 -05:00
Widget stylesheets are not removed when widget is removed #480
Labels
No labels
PCIO compatibility
Validator
automated testing
bug
documentation
duplicate
editor
enhancement
enhancement
library
library
maintenance
needs legacy server
pile related
reported client crash
routine operations
user interface
widget properties
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/virtualtabletop#480
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @robartsd on GitHub (Jan 28, 2022).
Widget stylesheets are currently only removed (and replaced if needed) when the widget's css is changed. The widget stylesheet remains if the widget gets deleted (or even if a new state gets loaded). If the stylesheet uses the
,hack to address other elements, those styles continue to be applied after a new game is loaded (but only for clients that have stayed connected to the room since the widget with the stylesheet was present).