Don't use forceActiveFocus to set search field focus
Instead just set the right focus properties so that we are actually declaring what we want instead of bypassing all the focus mechanisms.
This also fixes default focus when using a virtual keyboard.