You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Todd Volkert (JIRA)" <ji...@apache.org> on 2009/09/08 13:43:00 UTC

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

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: 1.3.2


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.