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 111764 - [A11Y] Accessibility issues in struts dialogs
Summary: [A11Y] Accessibility issues in struts dialogs
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Struts (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pavlo Tymoshenko
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-08-02 15:16 UTC by Jiri Skrivanek
Modified: 2007-09-04 09:00 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 Jiri Skrivanek 2007-08-02 15:16:54 UTC
Please, fix accessibility issues in dialogs for addind elements to struts-config.xml (open struts-config.xml, call
Struts|... context menu in editor).

 Tested Window title : Add Action
===============================================
 No Accessible name :
   Class: javax.swing.JComboBox {  |  Module-relative path of the action  which
control should be returned if a validation error is encountered. Valid only when
 "name" is specified. Required if "name" is specified and the input bean returns
 validation errors. Optional if "name" is specified and the input bean does not
return validation errors. }


 Tested Window title : Add Forward/Include Action
===============================================
 No Accessible name :
   Class: javax.swing.JComboBox {  |  Select an action }

 Tested Window title : Add Forward
===============================================
 No Accessible name :
   Class: javax.swing.JComboBox {  |  Select an Action from the list. }

 Tested Window title : Add Exception
===============================================
 No Accessible name :
   Class: javax.swing.JComboBox {  |  Select an action, for which the action is
defined. }
   Class: javax.swing.JComboBox {  |  The module-relative URI to the action that
 will complete the request/response if this exception occurs. }
Comment 1 Pavlo Tymoshenko 2007-08-06 09:57:18 UTC
Seems to be fixed
Comment 2 Jiri Skrivanek 2007-08-10 14:53:08 UTC
Really? Nothing seems to be fixed. You have to enable disabled components to be checked by A11Y tool. Or better check
components in source code.
Comment 3 Pavlo Tymoshenko 2007-08-17 10:09:48 UTC
Checking in AddFIActionPanel.form;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/AddFIActionPanel.form,v  <--  AddFIActionPanel.form
new revision: 1.4; previous revision: 1.3
done
Checking in AddExceptionDialogPanel.java;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/AddExceptionDialogPanel.java,v  <-- 
AddExceptionDialogPanel.java
new revision: 1.9; previous revision: 1.8
done
Checking in Bundle.properties;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/Bundle.properties,v  <--  Bundle.properties
new revision: 1.17; previous revision: 1.16
done
Checking in AddActionPanel.form;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/AddActionPanel.form,v  <--  AddActionPanel.form
new revision: 1.6; previous revision: 1.5
done
Checking in AddForwardDialogPanel.java;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/AddForwardDialogPanel.java,v  <--  AddForwardDialogPanel.java
new revision: 1.7; previous revision: 1.6
done
Checking in AddExceptionDialogPanel.form;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/AddExceptionDialogPanel.form,v  <-- 
AddExceptionDialogPanel.form
new revision: 1.6; previous revision: 1.5
done
Checking in AddFIActionPanel.java;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/AddFIActionPanel.java,v  <--  AddFIActionPanel.java
new revision: 1.7; previous revision: 1.6
done
Checking in AddActionPanel.java;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/AddActionPanel.java,v  <--  AddActionPanel.java
new revision: 1.9; previous revision: 1.8
done
Checking in AddForwardDialogPanel.form;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/AddForwardDialogPanel.form,v  <--  AddForwardDialogPanel.form
new revision: 1.5; previous revision: 1.4
done
IDE: [8/17/07 11:08 AM] Committing Files finished
Comment 4 Jiri Skrivanek 2007-09-04 09:00:57 UTC
Verified.