Avatar

Level 1

Hi,

I'm setting the fill color of fields on enter and exit.  This works well for all fields except for check buttons or radio buttons where the border gets overwritten by the fill.  Depending on the zoom level some borders may be visible.

I should also mention that this behaviour is exhibited only when the form is rendered as a static PDF.  There's no problem with a dynamic PDF.

The JavaScript I use to set the fill color is:

xfa.resolveNode(this.somExpression + ".ui.#checkButton.border.fill.color").value ="255,255,170";

Does anyone have a solution or work-around for this?

Thanks,

Paul