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 110454 - [A11Y] Accessible descriptions missing in mark occurrences options
Summary: [A11Y] Accessible descriptions missing in mark occurrences options
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Max Sauer
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-20 16:56 UTC by Jiri Prox
Modified: 2007-10-11 12:03 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:56:36 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 mark occurrences 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 {  Constants |  }
   Class: javax.swing.JCheckBox {  Exception Throwing Points |  }
   Class: javax.swing.JCheckBox {  Exit Points From Methods |  }
   Class: javax.swing.JCheckBox {  Fields |  }
   Class: javax.swing.JCheckBox {  Implementing Methods |  }
   Class: javax.swing.JCheckBox {  Keep Marks |  }
   Class: javax.swing.JCheckBox {  Local Variables |  }
   Class: javax.swing.JCheckBox {  Mark Occurrences Of Symbol Under Caret |  }
   Class: javax.swing.JCheckBox {  Methods |  }
   Class: javax.swing.JCheckBox {  Overriding Methods |  }
   Class: javax.swing.JCheckBox {  Targets Of Break and Continue Statements |  }
   Class: javax.swing.JCheckBox {  Types |  }
   Class: javax.swing.JTabbedPane {  Mark Occurrences |  }
 
 
 Label with LABEL_FOR not set :
   - none.
 
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  Mark Occurrences |  }
 
 
 Components with no mnemonic :
   Class: javax.swing.JCheckBox {  Keep Marks |  }
 
 
 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.
Comment 1 Max Sauer 2007-09-13 09:00:34 UTC
Fixed.
---
Checking in MarkOccurencesPanel.form;
/cvs/java/editor/src/org/netbeans/modules/java/editor/options/MarkOccurencesPanel.form,v  <--  MarkOccurencesPanel.form
new revision: 1.5; previous revision: 1.4
done
Checking in Bundle.properties;
/cvs/java/editor/src/org/netbeans/modules/java/editor/options/Bundle.properties,v  <--  Bundle.properties
new revision: 1.9; previous revision: 1.8
done
Checking in MarkOccurencesPanel.java;
/cvs/java/editor/src/org/netbeans/modules/java/editor/options/MarkOccurencesPanel.java,v  <--  MarkOccurencesPanel.java
new revision: 1.7; previous revision: 1.6
done
Comment 2 Jiri Prox 2007-10-11 12:03:40 UTC
v.