• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • core
    • None
    • Platform: All, OS: All

      Consider this HTML output from the project management page:

      <tr class="build-row"><td nowrap="nowrap"><img
      src="/hudson/images/16x16/blue.gif" height="16" width="16"> 
      #24
      </td><td nowrap="nowrap"><a class="tip"
      href="/hudson/job/Panda%20Board%20Management/24/">Jun 5, 2007 2:26:27
      PM</a></td></tr>

      The critical information of whether the build passed or failed or is unstable is
      only available through visual color. This is inaccessible to blind and
      color-blind users.

      Step 1 to fixing this is an alt attribute such as

      <img src="/hudson/images/16x16/blue.gif" height="16" width="16" alt="passed"/>

      Step 2 is to add more textual indications of the build success. The words
      "passed", "failed", "unstable" or equivalents should be shown in plain text in
      the HTML. This will help color blind users, as well as anyone who doesn't
      recognize blue as passed or red as failed.

      We can quibble about the exact language. These may not be the best phrases to
      use. However some sort of textual representation of the build state is a necessity.

          [JENKINS-573] No alt text for build images

          Step 1 is completed in 1.109.

          Step 2 is tricky due to the space problem. For others who are seeing this issue,
          see issue #369 for the green/blue issue.

          Kohsuke Kawaguchi added a comment - Step 1 is completed in 1.109. Step 2 is tricky due to the space problem. For others who are seeing this issue, see issue #369 for the green/blue issue.

          Code changed in hudson
          User: : mindless
          Path:
          trunk/hudson/main/core/src/main/resources/hudson/widgets/HistoryWidget/entry.jelly
          trunk/hudson/main/core/src/main/resources/lib/hudson/buildCaption.jelly
          http://fisheye4.cenqua.com/changelog/hudson/?cs=15256
          Log:
          JENKINS-573 Add tooltip attribute on status-ball-img in buildHistory
          and buildCaption, as is already done in job list on Hudson main page.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : mindless Path: trunk/hudson/main/core/src/main/resources/hudson/widgets/HistoryWidget/entry.jelly trunk/hudson/main/core/src/main/resources/lib/hudson/buildCaption.jelly http://fisheye4.cenqua.com/changelog/hudson/?cs=15256 Log: JENKINS-573 Add tooltip attribute on status-ball-img in buildHistory and buildCaption, as is already done in job list on Hudson main page.

          I believe this is now complete for all <IMG>s.

          Kohsuke Kawaguchi added a comment - I believe this is now complete for all <IMG>s.

            Unassigned Unassigned
            eharold eharold
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: