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 163464 - Minor a11y problems in Kenai Login dialog
Summary: Minor a11y problems in Kenai Login dialog
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-04-23 11:07 UTC by Jaromir Uhrik
Modified: 2009-04-28 18:51 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 11:07:23 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 Kenai Login dialog:

===============================================
Tested Window title :  Login to Kenai
===============================================
 No Accessible name :
   Class: javax.swing.JPasswordField {  |  } 

 No Accessible description :
   Class: javax.swing.JButton {  Cancel |  } 
   Class: javax.swing.JButton {  Login |  } 
   Class: javax.swing.JCheckBox {  Remember me |  } 
   Class: javax.swing.JPasswordField {  |  } 
   Class: javax.swing.JTextField {  Username: |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Login to Kenai |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JPasswordField {  |  }
Comment 1 Jaromir Uhrik 2009-04-23 11:10:11 UTC
Notice that it is not possible to jump to the password field directly by calling mnemonic because label_for is not
assigned for this component.
Comment 2 Jan Becicka 2009-04-27 10:18:10 UTC
a0fd4ce255ad
Comment 3 Jaromir Uhrik 2009-04-28 10:06:36 UTC
Only missing acc-description in Cancel and Login buttons is now reported, which is all right. Verified in:

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)

Comment 4 Quality Engineering 2009-04-28 18:51:02 UTC
Integrated into 'main-golden', will be available in build *200904281401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a0fd4ce255ad
User: Jan Becicka <jbecicka@netbeans.org>
Log: #163464: Minor a11y problems in Kenai Login dialog