-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
font styling is lost when url property set on condition widget #6614
Labels
Milestone
Comments
jvigliotta
pushed a commit
that referenced
this issue
Apr 28, 2023
) * fix spelling error * apply changes after dynamic component updates * remove * listener * react to url change * es6 mode * fix html structure * Closes #6614 - CSS fixes for revised widget approach. * include url prop for vue component reactivity * disable a tag overriding font color * provide a reactive object for component reactivity Co-authored-by: Charles Hacskaylo <[email protected]>
Verified Testathon 5/8/23 |
Fix verified during testathon on 05/08/2023. Styling is maintained when setting and after clearing the URL property. |
This was referenced Jun 10, 2023
This was referenced Jul 10, 2023
This was referenced Jul 28, 2023
This was referenced Aug 7, 2023
This was referenced Aug 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When the url property of a condition widget is used, the font styling is not being displayed properly. The other styling such as background, text, and border color does display properly. The Font size and styling properties are still retained on the object, but they aren't displayed.
Expected vs Current Behavior
Font styling should be displayed.
Steps to Reproduce
edit properties
context actionEnvironment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: