You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Andy Chu (JIRA)" <ji...@apache.org> on 2008/02/16 06:02:09 UTC

[jira] Created: (WICKET-1351) AutoCompleteTextField's *scrollable* suggestion list can be better if it can be scrolled using KEY_UP and KEY_DOWN

AutoCompleteTextField's *scrollable* suggestion list can be better if it can be scrolled using KEY_UP and KEY_DOWN
------------------------------------------------------------------------------------------------------------------

                 Key: WICKET-1351
                 URL: https://issues.apache.org/jira/browse/WICKET-1351
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.3.1, 1.3.0-final
            Reporter: Andy Chu


In the situation described in issue [WICKET-1350],  a user always expected the suggestion list can be scrolled by using KEY_UP and KEY_DOWN. So far, the suggestion list can only be scrolled by moving the scroll bar.

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


[jira] Commented: (WICKET-1351) AutoCompleteTextField's *scrollable* suggestion list can be better if it can be scrolled using KEY_UP and KEY_DOWN

Posted by "Johan Compagner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582189#action_12582189 ] 

Johan Compagner commented on WICKET-1351:
-----------------------------------------

Gerolf can you look at this if it is fixable for 1.3? else change it to 1.4/1.5

> AutoCompleteTextField's *scrollable* suggestion list can be better if it can be scrolled using KEY_UP and KEY_DOWN
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1351
>                 URL: https://issues.apache.org/jira/browse/WICKET-1351
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.0-final, 1.3.1
>            Reporter: Andy Chu
>            Assignee: Gerolf Seitz
>             Fix For: 1.3.3
>
>
> In the situation described in issue [WICKET-1350],  a user always expected the suggestion list can be scrolled by using KEY_UP and KEY_DOWN. So far, the suggestion list can only be scrolled by moving the scroll bar.

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


[jira] Updated: (WICKET-1351) AutoCompleteTextField's *scrollable* suggestion list can be better if it can be scrolled using KEY_UP and KEY_DOWN

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

Johan Compagner updated WICKET-1351:
------------------------------------

    Fix Version/s: 1.3.3
         Assignee: Gerolf Seitz

> AutoCompleteTextField's *scrollable* suggestion list can be better if it can be scrolled using KEY_UP and KEY_DOWN
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1351
>                 URL: https://issues.apache.org/jira/browse/WICKET-1351
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.0-final, 1.3.1
>            Reporter: Andy Chu
>            Assignee: Gerolf Seitz
>             Fix For: 1.3.3
>
>
> In the situation described in issue [WICKET-1350],  a user always expected the suggestion list can be scrolled by using KEY_UP and KEY_DOWN. So far, the suggestion list can only be scrolled by moving the scroll bar.

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


[jira] Resolved: (WICKET-1351) AutoCompleteTextField's *scrollable* suggestion list can be better if it can be scrolled using KEY_UP and KEY_DOWN

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

Gerolf Seitz resolved WICKET-1351.
----------------------------------

    Resolution: Fixed

navigation with key_up/key_down scrolls the selected list item to the top of the suggestion list.
also, when the user clicks on the scrollbar, focus is set on the textfield to enable further keyboard navigation

> AutoCompleteTextField's *scrollable* suggestion list can be better if it can be scrolled using KEY_UP and KEY_DOWN
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1351
>                 URL: https://issues.apache.org/jira/browse/WICKET-1351
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.0-final, 1.3.1
>            Reporter: Andy Chu
>            Assignee: Gerolf Seitz
>             Fix For: 1.3.3
>
>
> In the situation described in issue [WICKET-1350],  a user always expected the suggestion list can be scrolled by using KEY_UP and KEY_DOWN. So far, the suggestion list can only be scrolled by moving the scroll bar.

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