Text of the Textbox displays as it's placeholder skin font color

I set the Normal,Focus,Placeholder skin for the textbox,Font-Colors are Black(Normal,Focus) and Red(Placeholder).There's a button, when click the button it will set amount number to the textbox, just like the code as following.

When i click the button I think the text will shows as black fontColor of the Normal Skin, but the text display as Red which fontColor of the placeholder skin.

Does anyone know about this ? it's a bug? Or it can be fixed by extra configrations? preThanks for ur helps.

// click event of the Button
this.view.btnSetAmount.onClick = ()=> {
    // set the amount to the Textbox
    this.view.txtAmount.text = 999;
};

Hi,

I think it is a bug, i see it in my iOS app as well. But once the field got focus it changes the skin.
You should raise a bug.

Hi @René Kastein

Thanks for ur infotmation. Yeah, Different bahavior with Visualizer9.2.X.

Although i fixed this problem by Hard-Coding,I just want to find out if there are other ways to fix this problem by changing configrations.

Hi @René Kastein

Can u tell me how to raise a bug report to the HCL customer support center?

I tried to raise a ticket to the HCL customer support center, but they rejected my ticket because My Email didn't registed on the HCL customer supprt center. Do u know other ways to raise a bug report?

Hello,

What is the version of Iris you're using? Thanks!

Hi, @Nina Brown

We are using the V9.5.8 for developing.I also tried the lasted version of Iris, same behavior as V9.5.8.