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 131615 - A11Y: Components with with potential mnemonics conflict in "MySQL Server Properties" dialog
Summary: A11Y: Components with with potential mnemonics conflict in "MySQL Server Prop...
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-03-31 13:14 UTC by Roman Mostyka
Modified: 2008-08-19 17:17 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 Roman Mostyka 2008-03-31 13:14:19 UTC
<HTML><HEAD>
<TITLE>Output from UIAccessibilityTester for window with title : MySQL Server Properties </TITLE>
</HEAD>
<BODY>
<PRE>
Results of Accessibility test, window with title "MySQL Server Properties"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   - none.

 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  MySQL Server Properties |  Use this dialog to set properties for your MySQL Server } 


 Components with no mnemonic :
   - none.

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

 Components with potential mnemonics conflict:
 - components with mnemonic 'H' :
   Class: javax.swing.JButton {  Help |  Help button } 
   Class: javax.swing.JLabel {  Server host name: |  } 

 - components with mnemonic 'P' :
   Class: javax.swing.JLabel {  Administrator password: |  } 
   Class: javax.swing.JLabel {  Server port number: |  } 


 Components not reachable with tab traversal :
   - none.
</PRE>
</BODY>
</HTML>
Comment 1 David Vancouvering 2008-08-16 01:21:45 UTC
We should fix A11Y issues...
Comment 2 David Vancouvering 2008-08-19 01:09:49 UTC
c29e20da32ca
Comment 3 Roman Mostyka 2008-08-19 14:10:38 UTC
Verified with build 080819.
Comment 4 Quality Engineering 2008-08-19 17:17:46 UTC
Integrated into 'main-golden', available in build *200808191401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/c29e20da32ca
User: David Van Couvering <davidvc@netbeans.org>
Log: #131615  - Mnemonics conflicts in MySQL Server Properties dialog