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 83752 - a11y: Print Preview->Print Setup->Choose Font dialog has some a11y issues
Summary: a11y: Print Preview->Print Setup->Choose Font dialog has some a11y issues
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Output (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Thuy.d Nguyen
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-08-30 09:44 UTC by Peter Lam
Modified: 2006-10-11 08:58 UTC (History)
1 user (show)

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 Peter Lam 2006-08-30 09:44:54 UTC
Following are the issues with this dialog.
1. Esc key does not close the dialog
2. space bar does not activate any of the 3 dropdown lists
3. sample text field should not be editable
4. missing a11y names, see result below
5. missing a11y descriptions, see result below
6. no LABEL_FOR, see below

Steps to bring up the "Choose Font" dialog:
- invoke IDE
- create a uml project
- create a diagram of any type
- create a few elements on the diagram
- click on Print Preview button on the diagram window toolbar
- from the Print Preview window, click on Print Setup button to bring up the dialog
- from the Print Setup, click on the "Font" button under the Caption group

Results of Accessibility test, window with title "Choose Font"


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


 No Accessible description :
   Class: com.tomsawyer.editor.TSEFontChooser {  Choose Font |  } 
   Class: javax.swing.JButton {  Cancel |  } 
   Class: javax.swing.JButton {  OK |  } 
   Class: javax.swing.JComboBox {  |  } 
   Class: javax.swing.JComboBox {  |  } 
   Class: javax.swing.JTextField {  |  } 


 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  |  }
Comment 1 Thuy.d Nguyen 2006-09-29 19:45:34 UTC
Fixed item 1, 4, 5.
- item 2:  Use up and down arrow keys to go through the values on the combo
boxes. This is  the common keyboard access to a combo box's values.
- Item 3: Tom Sawyer designs allows users to change the sample text to their own
text. 
- Item 6: There is no label for the this sample text field on the GUI, so
LABEL_FOR is not applicable this case.
Comment 2 Peter Lam 2006-10-11 08:58:35 UTC
verified in build 061010_15.