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 164018

Summary: [A11Y] Issues with Profiler tab in Options dialog
Product: profiler Reporter: Ivan Sidorkin <ivansidorkin>
Component: BaseAssignee: Jiri Sedlacek <jis>
Status: VERIFIED FIXED    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Ivan Sidorkin 2009-04-29 09:39:21 UTC
Results of Accessibility test, window with title "Options"

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JFormattedTextField {  Communication Port: |  Defines port used for communication with Profiler
agent. } 
   Class: javax.swing.JTabbedPane {  Profiler |  Miscellaneous tabbed panel } 

 Components with potential mnemonics conflict:
 - components with mnemonic 'T' :
   Class: javax.swing.JButton {  Export |  Export Options } 
   Class: javax.swing.JLabel {  Open Threads View: |  }
Comment 1 Jiri Sedlacek 2009-04-29 10:10:02 UTC
Fixed conflicting mnemonic.

Ignoring LABEL_FOR for JFormattedTextField: correctly set for JSpinner, keyboard navigation works fine
Ignoring LABEL_FOR for JTabbedPane: doesn't make sense.


Fixed in profiler-main:

changeset:   129203:50f46968229c
user:        Jiri Sedlacek <jis@netbeans.org>
date:        Wed Apr 29 11:06:52 2009 +0200
summary:     Bugfix 164018: fixed conflicting mnemonic
Comment 2 Ivan Sidorkin 2009-05-05 08:34:06 UTC
verified