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 40296 - a11y - text fields are tab stopped
Summary: a11y - text fields are tab stopped
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-02-19 19:23 UTC by zikmund
Modified: 2005-11-03 15:09 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 zikmund 2004-02-19 19:23:15 UTC
Build 200402181900.
All text fields on all panels are reachable by TAB
(nonstandard behavior).
Comment 1 mslama 2005-09-08 15:30:08 UTC
Please could you add some details/examples? It is not clear to me what do you
mean. Eg. if I go to 3rd panel InstallLocationPanel - there is 'Directory Name:'
text field (actualy 'Directory Name:' is label for text field). User must be
able to traverse to this text field using keyboard and standard way how to
achieve that is using TAB (forward) or Shift-TAB (backward) keys.
Comment 2 zikmund 2005-09-08 16:05:38 UTC
I'm not aware of any dialog in NetBeans (or anywhere else) where labels are
reachable via TAB. They are always skipped and only text area is reachable.
Comment 3 mslama 2005-09-09 15:54:27 UTC
Component JTextArea is replaced by IS JFlowLabel.

Modified:
/cvs/installer/lib/src/org/netbeans/installer/DirectoryChooserPanelSwingImpl.java
new revision: 1.3; previous revision: 1.2

/cvs/installer/asbundle/src/org/netbeans/installer/InstallDirSelectionPanel.java
new revision: 1.16; previous revision: 1.15

/cvs/installer/jdkbundle/src/org/netbeans/installer/InstallDirSelectionPanel.java
new revision: 1.20; previous revision: 1.19
Comment 4 Michal Mocnak 2005-11-03 15:09:08 UTC
Verified