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 110455 - [A11Y] Accessible descriptions missing in tasklist options
Summary: [A11Y] Accessible descriptions missing in tasklist options
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-20 16:58 UTC by Jiri Prox
Modified: 2007-08-03 13: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 Jiri Prox 2007-07-20 16:58:00 UTC
Product Version: NetBeans IDE Dev (Build 070720) 
Java: 1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02 
System: Linux version 2.6.5-1.358 running on i386; UTF-8; en_US (nb) 
Userdir: /home/jp159440/.netbeans/dev

Accessible descriptions are missing in tasklist options

===============================================
 Tested Window title : Options
===============================================
 
Results of Accessibility test
 
 
 Doesn't implement Accessible :
   Class: javax.swing.plaf.metal.MetalSplitPaneDivider {  }
   Class: javax.swing.plaf.metal.MetalSplitPaneDivider {  }
 
 
 No Accessible name :
   - none.
 
 No Accessible description :
   Class: javax.swing.JCheckBox {  Enable Dependencies in Java Tasklist |  }
   Class: javax.swing.JCheckBox {  Enable Error Badges on Files |  }
   Class: javax.swing.JCheckBox {  Enable Java Tasklist |  }
   Class: javax.swing.JTabbedPane {  Tasklist |  }
 
 
 Label with LABEL_FOR not set :
   - none.
 
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  Tasklist |  }
 
 
 Components with no mnemonic :
   - none.
 
 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.
 
 Components not reachable with tab traversal :
   - none.
Comment 1 Stanislav Aubrecht 2007-07-25 10:36:46 UTC
fixed

Checking in TasklistOptionsPanel.java;
/cvs/java/source/src/org/netbeans/modules/java/source/tasklist/TasklistOptionsPanel.java,v  <--  TasklistOptionsPanel.java
new revision: 1.9; previous revision: 1.8
done
Checking in TasklistOptionsPanel.form;
/cvs/java/source/src/org/netbeans/modules/java/source/tasklist/TasklistOptionsPanel.form,v  <--  TasklistOptionsPanel.form
new revision: 1.7; previous revision: 1.6
done
Comment 2 Jiri Prox 2007-08-03 13:07:41 UTC
v.