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 61096 - Add Constructor window a11y issues
Summary: Add Constructor window a11y issues
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-07-18 23:56 UTC by Peter Zavadsky
Modified: 2007-09-26 09:14 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 Peter Zavadsky 2005-07-18 23:56:06 UTC
Edited orginal message:

Steps to reproduce:
- open Project
- choose java node - Constructors
- open context menu and choose Add Constructor

Window with title "Add New Constructor" appeared

A11y issues:
1. No mnemonic for 'Access' label
2.
 No Accessible name :
   Class: javax.swing.JTabbedPane {  |  } 
 No Accessible description :
   Class: javax.swing.JTabbedPane {  |  } 
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  |  } 
 Components with potential mnemonics conflict:
 - components with mnemonic 'O' :
   Class: javax.swing.JLabel {  Objects: |  } 
   Class: javax.swing.JLabel {  Objects: |  } 

nickolai.fedorov@sun.com 2005-07-14 10:54:40 GMT
Comment 1 Pavel Flaska 2005-10-07 08:41:46 UTC
Ad 1. No longer valid, there is 'c' in dev builds,
Ad 2a. Tabbed pane doesn't need acessible name and description, if you traverse
through the components, first tab in tabbed pane is focused and is accessible.
Ad 2b. Potential mnemonic is warning which is not valid. There is used 'o'
twice, but in different tabs in tabbed pane.