If you have an input field with singleSubmit set to true and you enter a value and tab out, focus returns to that field rather than moving on to the next input field in the form. Test case and screenshot attached.
Ted Goddard
added a comment - - edited The response contains
<eval><![CDATA [ice.applyFocus('j_idt8:firstName');] ]></eval></changes>
causing the focus to be reset to the original field.
The response contains
<eval><![CDATA[ice.applyFocus('j_idt8:firstName');]]></eval></changes>
causing the focus to be reset to the original field.