When you change the title of a widget, the entire widget does the 0.75 opacity while waiting for the selective refresh request to get the rendered value for the supplied raw data. However, when only the title is changed only the title element should get that fade effect. This would require the template to be smarter about which elements correspond to which properties in the instance data.
When you change the title of a widget, the entire widget does the
0.75opacity while waiting for the selective refresh request to get therenderedvalue for the suppliedrawdata. However, when only the title is changed only the title element should get that fade effect. This would require the template to be smarter about which elements correspond to which properties in the instance data.