actually just found a possible issue, this goes back to the user wanting
something that might not be for the best. When I do
thisxfa.host.setFocus(this.traversal.resolveNode("#traverse").ref);If I
have alread filled out a field, say social security number, and then I
go to the field before it in the tab order, say last name, if I get to
the end of last name focus is set to SSN, the entire contents of SSN is
highlighted and then completely over written by the next character I
type. One solution I...