[
https://issues.apache.org/jira/browse/GERONIMO-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600713#action_12600713
]
Rex Wang commented on GERONIMO-4028:
------------------------------------
This bug is duplicated with G-4081.
> Accessibility issue: no label elements and title attributes defined in all of
> forms in admin console
> ----------------------------------------------------------------------------------------------------
>
> Key: GERONIMO-4028
> URL: https://issues.apache.org/jira/browse/GERONIMO-4028
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: console
> Affects Versions: 2.1.1
> Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
> Reporter: Xia Ming
>
> To enable blind people to understand the web forms correctly, these
> techniques should be used:
> 1. Use label elements, for example
> <form action="mailto:[EMAIL PROTECTED]">
> <label for="name1">Name</label>
> <input name="name" id="name1" size="30" />
> </form>
> 2. Use title attribute for those form controls which cannot use label, for
> example,
> <label for="vi">Very Important</label>
> <input type="radio" name="1,300" value="5.0" id="vi" />
> ...
> <input type="radio" name="1,300" value="4.5" title="Very important to
> important" />
> The forms in these pages of admin console shall be improved:
> Login page
> Server->Server Logs
> Server->Web Server->Add new
> Server->Apache HTTP->Get started
> Server->JMS Server->Add connector to ActiveMQ
> Server->Monitoring
> Services->Repository
> Services->Database pools
> Services->JMS Resources
> Applications->Deploy new
> Applications->Plugins
> Applications->Plan creator
> Security->Users and Groups
> Security->Keystores
> Security->Certificate Authority
> Security->Security realms
> Debug Views->JMX Viewer
> Debug Views->LDAP Viewer
> Debug Views->Classloader Viewer
> Debug Views->JNDI Viewer
> Debug Views->Dependency Viewer
> Embedded DB->DB Manager
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.