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 109793 - [A11Y] Evaluate expression
Summary: [A11Y] Evaluate expression
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL: http://a11y.netbeans.org/
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-16 12:58 UTC by ehucka
Modified: 2007-07-24 22:53 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 2007-07-16 12:58:28 UTC
Output of a11y tool for Evaluate expression dialog.

 No Accessible name :
   Class: org.netbeans.modules.debugger.jpda.ui.Evaluator {  |  }
   Class: org.netbeans.modules.viewmodel.TreeTable {  |  }

 No Accessible description :
   Class: javax.swing.JButton {   |  }
   Class: javax.swing.JButton {  Close |  }
   Class: javax.swing.JButton {  Evaluate |  }
   Class: javax.swing.JButton {  Watch |  }
   Class: javax.swing.JComboBox {  Expression: |  }
   Class: javax.swing.JLabel {  Expression: |  }
   Class: javax.swing.JLabel {  Result: |  }
   Class: org.netbeans.modules.debugger.jpda.ui.Evaluator {  |  }
   Class: org.netbeans.modules.viewmodel.TreeTable {  |  }

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeTable {  N/A |  N/A }

 Components with no mnemonic :
   Class: javax.swing.JButton {   |  }
   Class: javax.swing.JButton {  Close |  }
Comment 1 Martin Entlicher 2007-07-16 15:57:27 UTC
What do you mean by this?
  Class: javax.swing.JButton {   |  }

Close does not have to have mnemonic IMHO, since it's bound to ESC.
Comment 2 ehucka 2007-07-16 16:09:08 UTC
I do not know it is raw output of the tool. If there is not any other button than it is close button and should not be
there.
Comment 3 Martin Entlicher 2007-07-16 16:34:49 UTC
O.K. So it's hopefully fixed now:

/shared/data/ccvs/repository/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.33; previous revision: 1.32

/shared/data/ccvs/repository/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/Evaluator.form,v  <--  Evaluator.form
new revision: 1.4; previous revision: 1.3

/shared/data/ccvs/repository/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/Evaluator.java,v  <--  Evaluator.java
new revision: 1.16; previous revision: 1.15
Comment 4 ehucka 2007-07-24 09:07:43 UTC
verified