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 82445 - a11y: Adding JBI Module wizard a11y issues
Summary: a11y: Adding JBI Module wizard a11y issues
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords: A11Y
: 82543 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-11 01:40 UTC by jchieu
Modified: 2007-09-26 19:42 UTC (History)
2 users (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 jchieu 2006-08-11 01:40:08 UTC
Create a New BPEL Process Project
Create a New Composite Application Project.
Select the Composite Application Project.
Right mouse button and select Add JBI Manager.

In the Select Project window.
 No Accessible description :
   Class: com.sun.java.swing.plaf.windows.WindowsFileChooserUI$2 {  Look in: 
|  } 
   Class: com.sun.java.swing.plaf.windows.WindowsFileChooserUI$4 {  File name: 
|  } 
   Class: javax.swing.JComboBox {  Files of type: |  } 
   Class: javax.swing.JDialog {  Select Project |  } 
   Class: javax.swing.JToggleButton {  Desktop |  } 
   Class: javax.swing.JToggleButton {  My Computer |  } 
   Class: javax.swing.JToggleButton {  My Documents |  } 
   Class: javax.swing.JToggleButton {  My Network Places |  } 
   Class: javax.swing.JToggleButton {  Recent |  } 
   Class: sun.swing.FilePane$3 {  |  } 


 Components with no LABEL_FOR pointing to it :
   Class: sun.swing.FilePane$3 {  |  } 


 Components with no mnemonic :
   Class: javax.swing.JButton {  New Folder |  Create New Folder } 
   Class: javax.swing.JButton {  Up |  Up One Level } 
   Class: javax.swing.JToggleButton {  Desktop |  } 
   Class: javax.swing.JToggleButton {  Details |  Details } 
   Class: javax.swing.JToggleButton {  List |  List } 
   Class: javax.swing.JToggleButton {  My Computer |  } 
   Class: javax.swing.JToggleButton {  My Documents |  } 
   Class: javax.swing.JToggleButton {  My Network Places |  } 
   Class: javax.swing.JToggleButton {  Recent |  } 


 Components not reachable with tab traversal :
   Class: com.sun.java.swing.plaf.windows.WindowsFileChooserUI$7 {  Cancel |  
Abort file chooser dialog } 
   Class: javax.swing.JToggleButton {  Desktop |  } 
   Class: javax.swing.JToggleButton {  Details |  Details } 
   Class: javax.swing.JToggleButton {  List |  List } 
   Class: javax.swing.JToggleButton {  My Computer |  } 
   Class: javax.swing.JToggleButton {  My Documents |  } 
   Class: javax.swing.JToggleButton {  My Network Places |  } 
   Class: javax.swing.JToggleButton {  Recent |  }
Comment 1 wchui 2006-09-01 22:52:20 UTC
I am able to tab to the Cancel button. please try with the steps as mentioned above.
Other items that's mentioned are invalid (as not in compapp project)
Comment 2 jchieu 2006-09-07 20:37:01 UTC
Reopen issue and will reassign to the correct group.
Comment 3 jchieu 2006-09-07 20:38:04 UTC
Change to correct group
Comment 4 Jaromir Uhrik 2006-09-11 13:08:40 UTC
Confirmed, I got the similar output. IMHO there are many swing components in the
dialog that can not be handled by our code. Only mnemonics section seems to be
valid and can be handled.
Comment 5 Jaromir Uhrik 2006-09-11 15:38:40 UTC
*** Issue 82543 has been marked as a duplicate of this issue. ***
Comment 6 novakm 2007-07-26 16:17:23 UTC
Reassigning to enterprise - bpel project for evaluation
Comment 7 Jun Qian 2007-08-08 21:29:32 UTC
Fixed.
Comment 8 pchen 2007-09-26 19:42:28 UTC
Using Build 200709250000 on Windows XP

Using Shift-tabs I can navigate to:
- File name text box(default)
- directory listing tree
- Look in drop-down select box
- Cancel button
- Add Project JAR Files button

I can't get to the panel on the left that contains My Recent Documents, Desktop, My Documents, My Computer and My
Network Places.  However, users can just type the address themselves.  It is just a bit more inconvenient.

Also when the cursor is at the File name text box, pressing tab will not advance to the next item on the screen. 
Instead it will try to tab-complete the file name.