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 55836 - [A11Y] Customizer - Libraries
Summary: [A11Y] Customizer - Libraries
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords: A11Y
Depends on: 54260
Blocks:
  Show dependency tree
 
Reported: 2005-03-03 11:09 UTC by zikmund
Modified: 2006-03-24 12:46 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 zikmund 2005-03-03 11:09:09 UTC
See fixed java issue 54260

No Accessible name :
  javax.swing.JTabbedPane {  |  }
  javax.swing.JTable {  |  }

No Accessible description :
  javax.swing.JButton {  Add JAR/Folder |  }
  javax.swing.JButton {  Add Library... |  }
  javax.swing.JButton {  Add Project... |  }
  javax.swing.JButton {  Move Down |  }
  javax.swing.JButton {  Move Up |  }
  javax.swing.JButton {  Remove |  }
  javax.swing.JTabbedPane {  |  }
  javax.swing.JTable {  |  }

Components with no LABEL_FOR pointing to it :
  javax.swing.JTabbedPane {  |  }
  javax.swing.JTable {  |  }

Components with no mnemonic :
  javax.swing.JCheckBox {  Build Projects on
Classpath |  N/A }
Comment 1 zikmund 2005-03-03 11:27:17 UTC
Last mnemonic problem has more details in issue 55837.
(mnemonic works as Alt-B, but it is not visible and it is reported by
the a11y-testing tool)
Comment 2 zikmund 2005-03-03 12:20:54 UTC
More ... Java project has mnemonics for all labels above the table:
 - Compile-time Libraries
 - Compile-time Test Libraries
 - Run-time Libraries
All of them are (T). I'd like to have them in web customizer too.
Comment 3 Libor Kotouc 2005-03-11 09:30:54 UTC
Fixed.

Checking in Bundle.properties;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.59; previous revision: 1.58
done
Checking in CustomizerLibraries.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/CustomizerLibraries.java,v
 <--  CustomizerLibraries.java
new revision: 1.7; previous revision: 1.6
done
Checking in CustomizerLibraries.form;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/CustomizerLibraries.form,v
 <--  CustomizerLibraries.form
new revision: 1.3; previous revision: 1.2
done
Comment 4 zikmund 2005-03-15 16:41:09 UTC
Verified.