You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2017/05/01 14:11:04 UTC

[jira] [Created] (WICKET-6364) The autogenerated input field when a form has a default button should not gain the focus when navigating with tab

Martin Grigorov created WICKET-6364:
---------------------------------------

             Summary: The autogenerated input field when a form has a default button should not gain the focus when navigating with tab
                 Key: WICKET-6364
                 URL: https://issues.apache.org/jira/browse/WICKET-6364
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 8.0.0-M5, 6.26.0, 7.6.0
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov
            Priority: Minor


When Form#setDefaultButton(someButton) is used Wicket generates a hidden (with CSS) pair of text input and a button.
Those should have tabindex="-1" to not steal the focus when the user navigates via tab key. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)