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 163475 - Minor a11y problems in second panle of New Kenai Project dialog
Summary: Minor a11y problems in second panle of New Kenai Project dialog
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-04-23 12:21 UTC by Jaromir Uhrik
Modified: 2009-11-10 03:34 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 Jaromir Uhrik 2009-04-23 12:21:22 UTC
Product Version: NetBeans IDE Dev (Build 200904230201)
Java: 1.6.0_11; Java HotSpot(TM) Client VM 11.0-b16
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

Following excerpt of a11y-tester output points to minor a11y problems with the second panel of New Kenai Project wizard
dialog:
===============================================
Tested Window title :  New Kenai Project
===============================================
 No Accessible name :
   Class: javax.swing.JComboBox {  |  } 
   Class: javax.swing.JComboBox {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 

 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JComboBox {  |  } 
   Class: javax.swing.JComboBox {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  New Kenai Project |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 

 Components with no mnemonic :
   Class: javax.swing.JButton {  Browse... |  }
Comment 1 Milan Kubec 2009-04-24 08:54:05 UTC
Fixed.

http://hg.netbeans.org/cdev/rev/e2f0e9c4ec9a
Comment 2 Quality Engineering 2009-04-24 18:57:19 UTC
Integrated into 'main-golden', will be available in build *200904241401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e2f0e9c4ec9a
User: Milan Kubec <mkubec@netbeans.org>
Log: #163475: a11y fixes
Comment 3 Jaromir Uhrik 2009-04-28 10:17:30 UTC
Product Version: NetBeans IDE Dev (Build 200904280201)
Java: 1.6.0_11; Java HotSpot(TM) Client VM 11.0-b16
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Reopening this issue because there is now following problem with mnemonics in the 2nd panel of the wizard:
 
- components with mnemonic 'F' :
   Class: javax.swing.JButton {  Finish |  n/a } 
   Class: javax.swing.JLabel {  Local Repository Folder: |  local repository folder } 
 - components with mnemonic 'B' :
   Class: javax.swing.JButton {  < Back |  Previous step: 1. Name and License } 
   Class: javax.swing.JButton {  Browse... |  browse local repository folder } 
Comment 4 Milan Kubec 2009-04-29 14:09:48 UTC
http://hg.netbeans.org/cdev/rev/b7fbb7c0f66e
Comment 5 Quality Engineering 2009-04-30 07:37:13 UTC
Integrated into 'main-golden', will be available in build *200904300201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b7fbb7c0f66e
User: Milan Kubec <mkubec@netbeans.org>
Log: #163475: a11y fixes