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 128028 - [A11Y] Buttons are not reachable with tab traversal on Run Directory dialog box
Summary: [A11Y] Buttons are not reachable with tab traversal on Run Directory dialog box
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-21 15:04 UTC by dnikitin
Modified: 2008-02-26 11:05 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 dnikitin 2008-02-21 15:04:52 UTC
to reproduce:

-- open project properties
-- select Run->Run Directory and press [...] button

Ok and Cancel button are not reachable with tab traversal

Also missing mnemonics for 
"Look in" and "Files of Type" combobox and "File Name" textfield
Comment 1 Thomas Preisler 2008-02-22 00:29:48 UTC
Some of the problems were caused by using a frameless JFileChooser inside the property editor dialog. I don't have any
control over the property editor dialog and it's buttons (OK, Cancel) nor the file chooser and apparently there was some
bad interaction. I fixed this by adding a new panel that launches a full file chooser. This file chooser is the standard
Swing file chooser and accessibility behavior is what comes with it. It has some weirdness but is not any different than
any other directory file chooser in NB. Try Java projetct's run directory chooser.
Comment 2 dnikitin 2008-02-26 11:05:16 UTC
Verified in NetBeans IDE Dev (Build 200802251204)