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 110740 - [A11Y] Add Server Wizard - Platform Folder Location Panel
Summary: [A11Y] Add Server Wizard - Platform Folder Location Panel
Status: RESOLVED DUPLICATE of bug 110742
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-24 13:36 UTC by Michal Mocnak
Modified: 2008-12-22 13:48 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 Michal Mocnak 2007-07-24 13:36:40 UTC
Results of Accessibility test, window with title "Add Server Instance"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JComboBox {  Profile: |  }  [303,300]


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   Class: javax.swing.JButton {  < Back |  Previous step: 1. Choose Server }  [323,403]
   Class: javax.swing.JButton {  Browse... |  Opens directory chooser to allow user to select the platform installation
directory. }  [553,106]
   Class: javax.swing.JButton {  Finish |  n/a }  [483,403]
   Class: javax.swing.JButton {  Help |  Help button }  [243,403]
   Class: javax.swing.JLabel {  Domain: |  Registerable domains in the selected platform directory }  [233,175]
   Class: javax.swing.JLabel {  Platform Location: |  }  [210,106]
   Class: javax.swing.JLabel {  Profile: |  }  [233,300]
   Class: javax.swing.JRadioButton {  Create Personal Domain |  Select this item to be guided through the steps to
create a personal domain and 
register it in the iDE }  [210,271]
   Class: javax.swing.JRadioButton {  Register Local Default Domain |  Choose this item to be guided through the
registration of a default domain }  [211,146]
   Class: javax.swing.JRadioButton {  Register Local Domain |  Choose this item to be guided through the steps to
register a local domain in the IDE }  [210,213]
   Class: javax.swing.JRadioButton {  Register Remote Domain |  Choose this item to be guided through the steps of
registering a remote domain }  [210,242]


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

 Components not reachable with tab traversal :
   - none.
Comment 1 Vince Kraemer 2007-07-27 01:39:11 UTC
http://deadlock.netbeans.org/fisheye/changelog/netbeans/?cs=MAIN:vkraemer:20070727002824

to resolve the 'No accessible description' part of this issue.

I see mnemonics and can use them on Solaris. Is the fleet of 'Components with no mnemonic' errors due to a bug in
org.openide.awt.Mnemonics.setLocalizedText() on Mac? Or is there a bug in the tester on Mac that is generating a bunch
of false positives...

Please comment and reassign to me with advice on how to resolve this.
Comment 2 Stanislav Aubrecht 2007-08-02 18:01:28 UTC

*** This issue has been marked as a duplicate of 110742 ***