mirror of
https://github.com/ArnoldSmith86/virtualtabletop.git
synced 2026-03-02 22:57:02 -05:00
*CSS properties don't use extended object syntax #555
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#555
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 @rogerl50 on GitHub (Aug 31, 2022).
At least for the
backgroundCSSproperty ofspinner, the following is valid:but the following is not:
I haven't checked, but I assume the same is true of
spinnerCSSandvalueCSSforspinner, andhandleCSSforpile. Is this intentional?@robartsd commented on GitHub (Sep 14, 2022):
Yes, this is intentional. The "css" widget property generates a stylesheet for the widget if the nested object form is used. The old special CSS properties allow the setting of inline styles on the widget components. I suppose we could generate for the components, but there is no real need and we'd need to modify the code that generates the stylesheet to generate different stylesheet ids and use different default selectors depending on the widget property that called the the css generation code.
@rogerl50 commented on GitHub (Sep 22, 2022):
Works as designed.