Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-4028

Accessibility issue: no label elements and title attributes defined in all of forms in admin console

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.1.1
    • None
    • console
    • Security Level: public (Regular issues)
    • None
    • Windows XP SP2, IE 6.0
      JAWS 8.0

    Description

      To enable blind people to understand the web forms correctly, these techniques should be used:
      1. Use label elements, for example
      <form action="mailto:somebody@ibm.com">
      <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

      Attachments

        Activity

          People

            Unassigned Unassigned
            xiaming Ming Xia
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: