You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of expected behavior and the observed behavior
I'm using design modifiers to style a panel app (Ragna's UI).
I noticed that some modifiers were not applied to some widgets.
For instance, we have Button widgets in the UI, and some of them are inside ChatMessage objects.
The modifiers are applied for most of the buttons, except for the ones inside ChatMessage.
I don't know if this happens in other cases that ChatMessage.
Complete, minimal, self-contained example code that reproduces the issue
This yields the following result, where we can see that only one button has a red background :
Looking at the generated code, we can see that the modifier is added to the first button, but not to the second :
I may be interested in making a pull request to address this
I have actually started digging inside Panel, but I need help understanding what's going on.
The text was updated successfully, but these errors were encountered:
Software version info
Description of expected behavior and the observed behavior
I'm using
design modifiers
to style a panel app (Ragna's UI).I noticed that some modifiers were not applied to some widgets.
For instance, we have
Button
widgets in the UI, and some of them are insideChatMessage
objects.The modifiers are applied for most of the buttons, except for the ones inside
ChatMessage
.I don't know if this happens in other cases that ChatMessage.
Complete, minimal, self-contained example code that reproduces the issue
Screenshots
This yields the following result, where we can see that only one button has a red background :
Looking at the generated code, we can see that the modifier is added to the first button, but not to the second :
I have actually started digging inside Panel, but I need help understanding what's going on.
The text was updated successfully, but these errors were encountered: