You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Noel Grandin (JIRA)" <ji...@apache.org> on 2010/08/16 16:04:20 UTC

[jira] Resolved: (PIVOT-287) Inconsistency between TableView, ListView, and TreeView as to when to consume arrow key events

     [ https://issues.apache.org/jira/browse/PIVOT-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noel Grandin resolved PIVOT-287.
--------------------------------

      Assignee: Noel Grandin
    Resolution: Fixed

Went with majority rules, made TreeView consume UP and DOWN

> Inconsistency between TableView, ListView, and TreeView as to when to consume arrow key events
> ----------------------------------------------------------------------------------------------
>
>                 Key: PIVOT-287
>                 URL: https://issues.apache.org/jira/browse/PIVOT-287
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>    Affects Versions: 1.3
>            Reporter: Todd Volkert
>            Assignee: Noel Grandin
>            Priority: Trivial
>             Fix For: 2.0
>
>
> TreeView consumes UP and DOWN only if it actually changed the selected index.  TableView and ListView always consume UP and DOWN.  The result is that once you've reached the top of a tree view, the nearest scroll pane ancestor begins scrolling up, but the same does not happen with a table view or list view.
> Which way is correct?  Whatever is decided should apply to all three components.

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