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 85712 - A11Y: Add Server Instance dialog: Sun Application Server->Create Personal Domain: 5 step
Summary: A11Y: Add Server Instance dialog: Sun Application Server->Create Personal Dom...
Status: RESOLVED DUPLICATE of bug 110746
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-09-25 19:19 UTC by Marco Walther
Modified: 2007-07-26 22:53 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 Marco Walther 2006-09-25 19:19:58 UTC
Output of UIAccessibilityTester:
No Accessible name:
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
No Accessible description:
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
Components with no LABEL_FOR pointing to it:
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
  Class: javax.swing.JFormattedTextField { | }
Components with potential mnemonics conflict:
- components with mnemonic 'H':
  Class: javax.swing.JButton { Help | Help button }
  Class: javax.swing.JLabel { HTTPS Port: | }
Components with potential mnemonics conflict:
- components with mnemonic 'A':
  Class: javax.swing.JLabel { Admin JMX Port: | }
  Class: javax.swing.JLabel { Admin Port: | }
Comment 1 Marco Walther 2006-09-25 19:20:55 UTC
Sun Bug CR 6474756.
Comment 2 Vince Kraemer 2006-10-02 19:55:15 UTC
Need to add A11y stuff to wizard.  6.0 TM value
Comment 3 Vince Kraemer 2006-11-14 00:17:42 UTC
The plugin doesn't have JFormattedTextFields. It does have JSpinners.  Added
accessible names on the spinners.

Comment 4 Vince Kraemer 2006-11-14 00:21:27 UTC
also added descriptions.

Label_fors are set from the JLabels to the JSpinners on this screen.
Comment 5 Vince Kraemer 2007-07-26 22:53:42 UTC

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