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 38843 - a11y: Servlet wizard
Summary: a11y: Servlet wizard
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ana.von Klopp
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-01-15 17:19 UTC by zikmund
Modified: 2004-06-30 17:10 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-01-15 17:19:02 UTC
2nd page:
---------
No Accessible name & description for class:
org.netbeans.modules.web.dd.wizards.ToolTipCombo {
 |  } -- two occurences!

No Accessible description for classes:
javax.swing.JRadioButton {  Mounted filesystem: |  }
javax.swing.JRadioButton {  Web Module: |  }

Mnemonic 'F' (Finish / Mounted filesystem)
[SOLUTION: S for Mounted filesystem]

3rd page:
---------
No Accessible name & description for classes:
org.netbeans.modules.web.dd.wizards.DDTable {  |  }
javax.swing.JTextField {  |  }
[the last one whenever any Init Parameter exists]

No Accessible description for classes:
javax.swing.JButton {  New |  }
javax.swing.JCheckBox {  Add information to
deployment descriptor (web.xml) |  }

Mnemonic 'N' (New / Servlet name)
[SOLUTION: S for Servlet name]

Edit button from 3rd page -> dialog appears:
--------------------------------------------
BAD DIALOG NAME (already reported elsewhere) "Add
Init Parameter Dialog"

No Accessible description for class:
org.netbeans.core.windows.services.NbDialog {  Add
Init Parameters  |}
Comment 1 Ana.von Klopp 2004-01-15 23:34:40 UTC
Fixed.
Comment 2 zikmund 2004-01-21 08:20:34 UTC
Reopened in 200401201900 build -- it seems that some bugs stayed.

2nd page:
---------
No Accessible name:
   Class: org.netbeans.modules.web.dd.wizards.ToolTipCombo {  |  }
No Accessible description:
   Class: javax.swing.JRadioButton {  Mounted filesystem: |  }
   Class: org.netbeans.modules.web.dd.wizards.ToolTipCombo {  |  }

3rd page with 2 Init parameters:
--------------------------------
Components with no LABEL_FOR pointing to it:
   Class: org.netbeans.modules.web.dd.wizards.DDTable {  Init
Parameters |  Table of Init Parameters }
   Class: org.netbeans.modules.web.dd.wizards.DDTable$CellText {   | 
Editable cell of init parameters table }

NOTICE: Is it relevant? (I'm not sure)
Comment 3 Ana.von Klopp 2004-01-28 01:18:08 UTC
Hi Zikmund, 

apologies for the second panel, they were copy and paste errors. I had 
copied the accessible description setter without changing the object 
it was set on. 

As for the third panel, the first label for is that the "init 
parameters" header over the table should point to it. I set the label 
for before the table was initialized so I think that fixes it.

I am at a loss for the second issue - the text field in question is a 
cell in the table, and I can't hardly set anything as a label for 
that? I'll mark it as fixed and we'll have to inquire about the A11Y 
tests. 
Comment 4 zikmund 2004-06-30 17:10:37 UTC
Verified.