You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Aslak Knutsen (JIRA)" <ji...@apache.org> on 2009/01/19 13:39:59 UTC

[jira] Created: (WICKET-2029) AutoComplete - KEY_TAB should work like KEY_ENTER

AutoComplete - KEY_TAB should work like KEY_ENTER
-------------------------------------------------

                 Key: WICKET-2029
                 URL: https://issues.apache.org/jira/browse/WICKET-2029
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-extensions
    Affects Versions: 1.4-RC1
            Reporter: Aslak Knutsen
            Priority: Minor


When selecting an item in a AutoComplete pulldown using the arrow keys and pressing the KEY_ENTER the current item is selected.
Doing the same but pressing KEY_TAB instead, the focus shifts to to next input field, but current item is not selected.

In a 'normal' pulldown menu KEY_TAB selects current item and shifts to next input.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-2029) AutoComplete - KEY_TAB should work like KEY_ENTER

Posted by "Aslak Knutsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen updated WICKET-2029:
----------------------------------

    Attachment: WICKET-2029.patch

Proposed solution 

> AutoComplete - KEY_TAB should work like KEY_ENTER
> -------------------------------------------------
>
>                 Key: WICKET-2029
>                 URL: https://issues.apache.org/jira/browse/WICKET-2029
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4-RC1
>            Reporter: Aslak Knutsen
>            Priority: Minor
>         Attachments: WICKET-2029.patch
>
>
> When selecting an item in a AutoComplete pulldown using the arrow keys and pressing the KEY_ENTER the current item is selected.
> Doing the same but pressing KEY_TAB instead, the focus shifts to to next input field, but current item is not selected.
> In a 'normal' pulldown menu KEY_TAB selects current item and shifts to next input.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-2029) AutoComplete - KEY_TAB should work like KEY_ENTER

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2029.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-RC3
         Assignee: Igor Vaynberg

> AutoComplete - KEY_TAB should work like KEY_ENTER
> -------------------------------------------------
>
>                 Key: WICKET-2029
>                 URL: https://issues.apache.org/jira/browse/WICKET-2029
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4-RC1
>            Reporter: Aslak Knutsen
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4-RC3
>
>         Attachments: WICKET-2029.patch
>
>
> When selecting an item in a AutoComplete pulldown using the arrow keys and pressing the KEY_ENTER the current item is selected.
> Doing the same but pressing KEY_TAB instead, the focus shifts to to next input field, but current item is not selected.
> In a 'normal' pulldown menu KEY_TAB selects current item and shifts to next input.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.