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 - [A11Y] Issues with Profiler tab in Options dialog
Summary: [A11Y] Issues with Profiler tab in Options dialog
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-04-29 09:39 UTC by Ivan Sidorkin
Modified: 2009-05-05 08: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 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