-
Notifications
You must be signed in to change notification settings - Fork 76
Fix widget enable/disable via ui_control #1973
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
Fix widget enable/disable via ui_control #1973
Conversation
To include visibility fix, try adding: if (this.resizable === false && widget.state.visible === false) {
classes.push('d-none')
}to It is essentially stating: "If not wysiwyg editing (resizable false) and widget.state.visible is false, apply class |
|
Excellent, that works if I pass |
Weird, it worked for me. Double check your msg is formatted to use |
|
It does work after I spell the node name correctly :) |
Steve-Mcl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
|
Another candidate for E2E tests here me thinks. Prevent regression or breakage of the features. PS, in case it is not obvious, thanks very much for your contributions. |
|
I will raise an issue for the E2E tests. I would like to get the remaining problems with chart options sorted first. |
Description
Fix widget enable/disable via ui_control node
Related Issue(s)
Partial fix for #711. Widget enable/disable fixed, but does not address widget show/hide
Checklist
flowforge.yml?FlowFuse/helmto update ConfigMap TemplateFlowFuse/CloudProjectto update values for Staging/ProductionLabels
area:migrationlabel