AS3.0 what happened to selection.setFocus (someTxt);

AS2 selection.setFocus (someTxt); someTxt field would be selected with cursor in field.

AS3 someTxt.setFocus(); focused on but not with cursor in field.

How to do? I have tried many things. Ahhhh the little things.