I just tried the following script on the mouseEnter event, and it is working as expected for me: form1.#subform[0].DecimalField1::mouseEnter - (JavaScript, client)
xfa.resolveNode("form1.#subform.DecimalField1").ui.oneOfChild.border.fill.color.value = "255, 255, 0";Here is the output: