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 127875 - A11Y issues in New Breakpoint dialog
Summary: A11Y issues in New Breakpoint dialog
Status: CLOSED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 14:20 UTC by Jiri Vagner
Modified: 2010-04-29 09:38 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 Jiri Vagner 2008-02-20 14:20:49 UTC
===============================================
 Tested Window title : New Breakpoint
===============================================

Results of Accessibility test

 No Accessible name :
   Class: javax.swing.JComboBox {  |  } 
   Class: javax.swing.JTextField {  |  } 

 No Accessible description :
   Class: javax.swing.JComboBox {  |  } 
   Class: javax.swing.JTextField {  |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  |  } 


Steps to reproduce: Open java app, go to Run menu and click "New breakpoint ..." menu item.


Product Version: NetBeans IDE Dev (Build 200802191203)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Linux version 2.6.20-16-generic running on i386; UTF-8; en_US (nb)
Comment 1 Jiri Vagner 2008-02-20 14:50:13 UTC
New and better report.
Debuger: "java"


Breakpoint type: Class
-----------------------
 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Cancel |   } 
   Class: javax.swing.JButton {  OK |   } 
   Class: javax.swing.JCheckBox {  Break when hit count |  Break only when the hit count matches the selected condition. } 
   Class: javax.swing.JCheckBox {  Exclude Classes: |  Restrict this breakpoint on all but these excluded classes. } 
   Class: javax.swing.JComboBox {  Suspend: |   } 
   Class: javax.swing.JTextField {  Print Text: |   } 

Breakpoint type: Exception
--------------------------
 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Cancel |   } 
   Class: javax.swing.JButton {  OK |   } 
   Class: javax.swing.JCheckBox {  Break when hit count |  Break only when the hit count matches the selected condition. } 
   Class: javax.swing.JCheckBox {  Condition: |  Breakpoint hits if the expression evaluates to true } 
   Class: javax.swing.JCheckBox {  Filter on Classes Throwing the Exception |  Allows to restrict this breakpoint on
specific classes that throw the exception. } 
   Class: javax.swing.JComboBox {  Suspend: |   } 
   Class: javax.swing.JTextField {  Print Text: |   } 

Breakpoint type: Thread
--------------------------
 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Cancel |   } 
   Class: javax.swing.JButton {  OK |   } 
   Class: javax.swing.JComboBox {  Suspend: |   } 
   Class: javax.swing.JTextField {  Print Text: |   } 

Breakpoint type: Field
--------------------------
 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Cancel |   } 
   Class: javax.swing.JButton {  OK |   } 
   Class: javax.swing.JCheckBox {  Break when hit count |  Break only when the hit count matches the selected condition. } 
   Class: javax.swing.JCheckBox {  Condition: |  Breakpoint hits if the expression evaluates to true } 
   Class: javax.swing.JComboBox {  Stop On: |   } 
   Class: javax.swing.JComboBox {  Suspend: |   } 
   Class: javax.swing.JTextField {  Class Name: |   } 
   Class: javax.swing.JTextField {  Field Name: |   } 
   Class: javax.swing.JTextField {  Print Text: |   } 
Comment 2 Martin Entlicher 2008-02-25 14:05:38 UTC
TAB traversal works fine for me in these dialogs. Can you test manually, please?

Which breakpoint type does the accessibility test refer to?
Comment 3 Petr Cyhelsky 2008-07-09 17:57:52 UTC
These issues were either fixed or were invalid, I can reach all of the mentioned components through tab treaversal now on:

Product Version: NetBeans IDE Dev (Build 200807090008)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Windows Vista version 6.0 running on x86; Cp1250; cs_CZ (nb)

Therefore I'm setting this issue to resolved worksforme - feel free to reopen it if there are any further problems with
accessibility of in these dialogs.
Comment 4 Quality Engineering 2010-04-29 09:38:08 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.