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 158316 - Minor a11y problems in Formatting panel of Project Properties
Summary: Minor a11y problems in Formatting panel of Project Properties
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Butenko
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-02-10 14:50 UTC by Jaromir Uhrik
Modified: 2009-05-06 15:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed fix (26.01 KB, patch)
2009-05-06 15:04 UTC, Andrey Yamkovoy
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2009-02-10 14:50:17 UTC
Product Version: NetBeans IDE Dev (Build 20090210055708)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: Linux version 2.6.27-7-generic running on i386; UTF-8; en_US (nb)

Select the Formatting node in maven Project Properties dialog. The panel contains following a11y problems detected by
the a11y-tester tool:

 No Accessible description :
   Class: javax.swing.JButton {  Edit global options |  } 
   Class: javax.swing.JRadioButton {  Use global options |  } 
   Class: javax.swing.JRadioButton {  Use project specific options |  } 

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Properties Category |  N/A } 

 Components with no mnemonic :
   Class: javax.swing.JButton {  Edit global options |  } 
   Class: javax.swing.JRadioButton {  Use global options |  } 
   Class: javax.swing.JRadioButton {  Use project specific options |  }
Comment 1 Andrey Yamkovoy 2009-05-06 15:02:56 UTC
This panel is located in the options.editor module.
Reassign to editor/options.
Comment 2 Andrey Yamkovoy 2009-05-06 15:04:20 UTC
Created attachment 81654 [details]
Proposed fix
Comment 3 Alexey Butenko 2009-05-06 15:25:40 UTC
changeset 127e1bb2c8c8 in jet-main