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 78045 - [a11y] Missing accessibility parameters in Specify Root Methods dialog
Summary: [a11y] Missing accessibility parameters in Specify Root Methods dialog
Status: VERIFIED DUPLICATE of bug 110003
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@profiler
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-06-16 10:18 UTC by ehucka
Modified: 2007-08-03 09:07 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 ehucka 2006-06-16 10:18:46 UTC
a11y module log (see a11y.netbeans.org):

Dialog: Specify Root Methods

 No Accessible description :
   Class: javax.swing.JList {  List of selected root methods. |  }
   Class: org.netbeans.core.windows.services.NbDialog {  Specify Root Methods |  }

 Components with no mnemonic :
   Class: javax.swing.JButton {  Add From Project... |  Adds existing methods
from opened projects. }
   Class: javax.swing.JButton {  Add Manual... |  Adds manually defined method. }
   Class: javax.swing.JButton {  Remove |  Removes selected methods from list of
root methods. }
   Class: javax.swing.JLabel {  Selected Root Methods: |  }


Dialog: Select Methods

 No Accessible description :
   Class: javax.swing.JTextField {  Enter class name here. |  }
   Class: javax.swing.JTextField {  Enter method name here. |  }
   Class: javax.swing.JTextField {  Enter method signature in VM format here. |  }
   Class: org.netbeans.core.windows.services.NbDialog {  Select Methods |  }

 Components with no mnemonic :
   Class: javax.swing.JLabel {  Class Name: |  }
   Class: javax.swing.JLabel {  Method Name: |  }
   Class: javax.swing.JLabel {  Method VM Signature: |  }


Dialog: Select Methods
 No Accessible description :
   Class: org.netbeans.core.windows.services.NbDialog {  Select Methods |  }
 Components with no mnemonic :
   Class: javax.swing.JButton {  Select... |  Selects a class from opened
projects. }
Comment 1 Jiri Sedlacek 2006-08-09 09:23:11 UTC
According to NetBeans Accessibility Guide 
(http://a11y.netbeans.org/a11yDevGuide.html) accessible descriptions need to be 
set for "components whose context is not obvious from their names". Please 
specify concrete components which you think don't have self-explaining 
accessible names.
Comment 2 ehucka 2006-08-09 10:11:28 UTC
It seems all components have right accessible names but make decision about
mnemonics in profiler ui. The document determines 'Assign mnemonics for
focusable components'.
Comment 3 Jiri Sedlacek 2007-07-27 11:56:05 UTC
Already fixed as a part of fixing Issue 110003.

*** This issue has been marked as a duplicate of 110003 ***
Comment 4 ehucka 2007-08-03 09:07:11 UTC
verified duplicate