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 - [a11y] Non cyclic tab traversal in most of debugger's views
Summary: [a11y] Non cyclic tab traversal in most of debugger's views
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-02-09 09:03 UTC by ehucka
Modified: 2009-12-02 07:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.