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 45198 - Wizard Tag Handler - A11Y
Summary: Wizard Tag Handler - A11Y
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-06-18 18:18 UTC by zikmund
Modified: 2010-01-12 02:08 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 2004-06-18 18:18:04 UTC
Build 200406171800

1) No accessible name & description & LABEL_FOR
pointing to for class:
- javax.swing.JTextArea {  |  }

2) No accessible description for classes:
- javax.swing.JRadioButton {  BodyTagSupport |  }
- javax.swing.JRadioButton {  SimpleTagSupport
(j2ee1.4) |  }
org.netbeans.core.windows.services.NbDialog {  New
Tag Handler |  }

********** 3rd panel "TLD Information"
3) Missing mnemonics & description for all classes

4) Missin name and LABEL_FOR pointing to for
- javax.swing.JTable {  |  }
- 3x javax.swing.JTextField {  |  }
Comment 1 zikmund 2004-06-18 18:21:35 UTC
Edit attribute dialog (BTW: Wrong title "Edit Ettribute")

5) Missing all mnemonics

6) Missing name & description
- javax.swing.JComboBox {  |  }
- javax.swing.JTextField {  |  }

7) Missing description
- javax.swing.JCheckBox {  required attribute |  }
- javax.swing.JRadioButton {  value evaluated at JSP translation time |  }
- javax.swing.JRadioButton {  value evaluated at request time |  }
- org.netbeans.core.windows.services.NbDialog {  Edit Ettribute |  }

8) missing LABEL_FOR pointing to:
- javax.swing.JTextField {  |  }
Comment 2 zikmund 2004-06-18 18:31:07 UTC
"New Attribute Dialog" -- ESC causes Enter!
Comment 3 Milan Kuchtiak 2004-06-22 17:34:58 UTC
- a11y implemented for the bottom part of the package selection panel
(support class selection)
  (upper part is taken from java infractructure)
- a11y implemented for the third panel (TLD info)
- a11y implemented for the attribute dialog
- fixed "Edit Ettributes"
- fixed the issue with ESC in Attribute Dialog
Comment 4 zikmund 2004-06-30 15:17:45 UTC
Verified.