You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2010/03/11 00:41:27 UTC

[jira] Updated: (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 ]

Greg Brown updated PIVOT-287:
-----------------------------

    Fix Version/s:     (was: 1.4.2)
                   2.0

> 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
>            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.