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 110759 - [A11Y] Send JMS - Add Message Destination Dialog
Summary: [A11Y] Send JMS - Add Message Destination Dialog
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: martin_adamek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-24 14:03 UTC by Michal Mocnak
Modified: 2007-09-11 11:39 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 Michal Mocnak 2007-07-24 14:03:37 UTC
Results of Accessibility test, window with title "Add Message Destination"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JRadioButton {  Queue |  }  [147,70]
   Class: javax.swing.JRadioButton {  Topic |  }  [147,92]
   Class: javax.swing.JTextField {  Destination Name: |  }  [147,42]
   Class: org.netbeans.core.windows.services.NbDialog {  Add Message Destination |  }  [0,0]


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   Class: javax.swing.JButton {  Help |  Help button }  [181,167]
   Class: javax.swing.JLabel {  Destination Name: |  }  [20,45]
   Class: javax.swing.JLabel {  Destination Type: |  }  [20,72]
   Class: javax.swing.JRadioButton {  Queue |  }  [147,70]
   Class: javax.swing.JRadioButton {  Topic |  }  [147,92]


 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.