This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 148789

Summary: [a11y] Add a keyboard shortcut in tree views to move to the parent node
Product: platform Reporter: matthies <matthies>
Component: Window SystemAssignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description matthies 2008-09-30 22:02:05 UTC
Please provide a keyboard shortcut in tree views to move the focus to the parent node. For example Backspace (prior 
art: Windows tree controls). There's already Cursor-Left that does move the focus to the parent node, but only if the 
current node is collapsed or is a leaf node. This means that Cursor-Left cannot be used to move up from an expanded 
node without collapsing that node. In particular there's no efficient way to use the keyboard to move several levels up 
in a tree view without modifying the expansion state of the traversed nodes.