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 54272 - A11Y Problems in Proj. Props. on panel Documenting
Summary: A11Y Problems in Proj. Props. on panel Documenting
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-02-01 11:16 UTC by Milan Kubec
Modified: 2006-03-24 12:58 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 Milan Kubec 2005-02-01 11:16:25 UTC
[dev-200501301900, JDK 1.4.2_06]

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

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

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

Components with no mnemonic :
 Class: javax.swing.JCheckBox {  @author |  N/A }
 Class: javax.swing.JCheckBox {  @version |  N/A }
 Class: javax.swing.JCheckBox {  Class Hierarchy
Tree |  N/A }
 Class: javax.swing.JCheckBox {  Class and Package
Usage Pages |  N/A }
 Class: javax.swing.JCheckBox {  Include Private
and Package Private Members |  N/A }
 Class: javax.swing.JCheckBox {  Index |  N/A }
 Class: javax.swing.JCheckBox {  Navigation Bar |
 N/A }
 Class: javax.swing.JCheckBox {  Preview Generated
Javadoc |  N/A }
 Class: javax.swing.JCheckBox {  Separate Index
per Letter |  N/A }
Comment 1 Milan Kubec 2005-02-02 10:09:49 UTC
Sorry, but a11y issues have Bug Priority Guidelines:
http://qa.netbeans.org/processes/a11y_bug_priority_guidelines.html
that say that it should be P2.
Comment 2 Petr Hrebejk 2005-02-02 11:57:25 UTC
Then the guidelines are stupid. It seems to me that we are just making
a tool (of questionable quality) happy. Other yhing is that we have
the A11Y keyword so there is no need for extra mark by priority. 

You did your job corretly, you filled that issue as a P2. I'm the bad
guy who downgrades them to P3. 

I will fix it even if i is P3, I promise. :-)
Comment 3 Petr Hrebejk 2005-02-03 17:02:48 UTC
Checking in Bundle.properties;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.56; previous revision: 1.55
done
Checking in CustomizerJavadoc.form;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJavadoc.form,v
 <--  CustomizerJavadoc.form
new revision: 1.8; previous revision: 1.7
done
Checking in CustomizerJavadoc.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJavadoc.java,v
 <--  CustomizerJavadoc.java
new revision: 1.10; previous revision: 1.9
done
Comment 4 Milan Kubec 2005-02-08 09:20:24 UTC
Two more things to fix:

No Accessible description :
  Class: javax.swing.JTextField {  Additional Javadoc Options: |  }

Components with potential mnemonics conflict:
- components with mnemonic 'V' :
  Class: javax.swing.JCheckBox {  @version |  N/A }
  Class: javax.swing.JCheckBox {  Preview Generated Javadoc |  N/A }
Comment 5 Petr Hrebejk 2005-02-14 12:36:38 UTC
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.65; previous revision: 1.64
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJavadoc.form;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJavadoc.form,v
 <--  CustomizerJavadoc.form
new revision: 1.9; previous revision: 1.8
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJavadoc.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerJavadoc.java,v
 <--  CustomizerJavadoc.java
new revision: 1.11; previous revision: 1.10
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerLibraries.form;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerLibraries.form,v
 <--  CustomizerLibraries.form
new revision: 1.4; previous revision: 1.3
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerLibraries.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerLibraries.java,v
 <--  CustomizerLibraries.java
new revision: 1.7; previous revision: 1.6
done
Comment 6 Milan Kubec 2005-02-24 14:34:55 UTC
Verified in dev-200502231900.