WebTextField.setFocus

Seems not to work.

if I do txtFname.setfocus (txtFname is subclassed from webtextfield) I would expect the insertion point to show up in the field (like when you click the field). It does not (at least here).

Am I missing something?

Can you create a sample project?
What platform and browser are you using?

SetFocus is working here:
ezgif.com-gif-maker (4)

1 Like

AlbertoD,

Thanks for the nice example. I will attempt to duplicate, Research continues.

That works. Now to figure out what I have done wrong with my life.