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 109996 - [a11y] tab traversal in options dialog
Summary: [a11y] tab traversal in options dialog
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: rmatous
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-17 13:12 UTC by Petr Chytil
Modified: 2008-12-22 13:42 UTC (History)
1 user (show)

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 Petr Chytil 2007-07-17 13:12:56 UTC
Product Version: NetBeans IDE Dev (Build 200707160000) 
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 
System: Linux version 2.6.20-16-generic running on i386; UTF-8; en_US (nb) 
Userdir: /home/petr/.netbeans/dev-a11y

Component buttons get focus when traversing using tab, but it looks like focus in only on actually selected component's
button (so you have to pres tab e.g. six times to begin traversing through other parts of dialog). It's not big issue,
but it's pretty confusing.

Steps to reproduce:
- open options dialog
- press tab until you traverse through all elements of dialog (so you're on help button now)
- now you have to press tab several times to begin traversing again (ant that's the problem)
Comment 1 rmatous 2007-07-17 15:17:35 UTC
/cvs/core/options/src/org/netbeans/modules/options/OptionsPanel.java,v  <--  OptionsPanel.java
new revision: 1.51; previous revision: 1.50