Lots of issues of style controlling for Value Display in Thingworx 8.5
Hi,
Value Display has big changes in Thingworx 8.5, which lead to lots of issues:
1. The render property cannot set style anymore. (It's a known regression issue of feature lost I think)
2. It's allowed to set style theme on value display, but:
2.1 The style theme doesn't work in a contained mashup for value display(for example, text color doesn't take effect)
2.2 The style theme must be same in the same mashup (limitation)
2.3 The element in style theme doesn't has value display(limitation)
3. The base style properties cannot only control the "novalue" property, if the the value bind to value display to data, then the style can NOT be controlled.
4. The html of value display introduces "shadow dom" , but the customCss editor doesn't allow to use ^ or ^^ to access the dom from the parent . I understand of the purpose of shadow dom is to spearated it from the parent, but because of issue #1,2,3, we even don't have a easy workaround with customCss.
5. We do can develop a custom widget which is used to access the shadow dom via javascript , but it's not the proper way to handle such a common style setting.
Any improvement plan for the above issues ?
Regards,
Sean

