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 95042

Summary: [a11y] Non cyclic tab traversal in most of debugger's views
Product: debugger Reporter: ehucka <ehucka>
Component: CodeAssignee: issues@debugger <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: A11Y
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description ehucka 2007-02-09 09:03:59 UTC
NetBeans IDE Dev (Build 200702081900)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Linux version 2.6.16-1.2122_FC5 running on i386
en_US (nb); UTF-8

After a last line/cell of a view is focused by tab the focus is moved to Change
Visible Columns button and than back to the last item of the view. I think focus
should move to the first line/cell from the Change Visible Columns button.
Comment 1 Roman Ondruska 2007-07-16 16:08:55 UTC
Accepted as a minor usability issue, Shift+Tab can be used as an workaround. 
Comment 2 Martin Entlicher 2008-11-18 19:58:23 UTC
Likely a behavior of TTV. Should be re-evaluated after we switch to Outline.
Comment 3 Martin Entlicher 2009-12-02 07:30:49 UTC
It was a behavior of TTV, in Outline it seems to circulate fine.