You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Peter Mahoney (JIRA)" <de...@myfaces.apache.org> on 2007/12/11 14:45:43 UTC

[jira] Created: (TOMAHAWK-1164) Make schedule keyboard accessible

Make schedule keyboard accessible
---------------------------------

                 Key: TOMAHAWK-1164
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1164
             Project: MyFaces Tomahawk
          Issue Type: Improvement
          Components: Schedule
    Affects Versions: 1.1.6
            Reporter: Peter Mahoney
            Assignee: Peter Mahoney
             Fix For: 1.1.7-SNAPSHOT


Currently headers and entries cannot be selected using the keyboard, only via the mouse. This is due to the onmouseup event being used instead of onclick, and the event listener being attached to non-anchor elements.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TOMAHAWK-1164) Make schedule keyboard accessible

Posted by "Peter Mahoney (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Mahoney resolved TOMAHAWK-1164.
-------------------------------------

    Resolution: Fixed

> Make schedule keyboard accessible
> ---------------------------------
>
>                 Key: TOMAHAWK-1164
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1164
>             Project: MyFaces Tomahawk
>          Issue Type: Improvement
>          Components: Schedule
>    Affects Versions: 1.1.6
>            Reporter: Peter Mahoney
>            Assignee: Peter Mahoney
>             Fix For: 1.1.7-SNAPSHOT
>
>
> Currently headers and entries cannot be selected using the keyboard, only via the mouse. This is due to the onmouseup event being used instead of onclick, and the event listener being attached to non-anchor elements.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.