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 110773 - [A11Y] Send JMS Message Dialog
Summary: [A11Y] Send JMS Message 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:49 UTC by Michal Mocnak
Modified: 2007-09-11 11:07 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:49:25 UTC
Results of Accessibility test, window with title "Send JMS Message"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class: javax.swing.JComboBox {  |  }  [188,108]
   Class: javax.swing.JTextField {  |  }  [188,143]


 No Accessible description :
   Class: javax.swing.JButton {  Add... |  }  [483,39]
   Class: javax.swing.JComboBox {  |  }  [188,108]
   Class: javax.swing.JRadioButton {  Message Driven Bean: |  }  [20,110]
   Class: javax.swing.JRadioButton {  Project Destinations: |  }  [20,44]
   Class: javax.swing.JRadioButton {  Server Destinations: |  }  [20,77]
   Class: javax.swing.JTextField {  |  }  [188,143]
   Class: org.netbeans.core.windows.services.NbDialog {  Send JMS Message |  }  [0,0]


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  |  }  [188,143]


 Components with no mnemonic :
   Class: javax.swing.JButton {  Add... |  }  [483,39]
   Class: javax.swing.JButton {  Help |  Help button }  [333,306]
   Class: javax.swing.JRadioButton {  &Generator inline lookup code |  Generate inline lookup code Radio Button }  [31,195]
   Class: javax.swing.JRadioButton {  Existing Class |  Existing Class Radio Button }  [31,225]
   Class: javax.swing.JRadioButton {  Message Driven Bean: |  }  [20,110]
   Class: javax.swing.JRadioButton {  Project Destinations: |  }  [20,44]
   Class: javax.swing.JRadioButton {  Server Destinations: |  }  [20,77]


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

 Components not reachable with tab traversal :
   - none.
Comment 1 Radim Roska 2007-09-11 11:07:26 UTC
fixed