I'm afraid that doesn't do what I want. I have an input field and a collection of buttons. When one of the buttons is clicked, I want the keyboard focus to go to the input field. I set isSelected on the input field to true, as described earlier in this thread (after the name change from "selected", of course), but that doesn't move the keyboard focus. I even tried faking a mouse click on the input field, without success.