[ http://issues.apache.org/jira/browse/BEEHIVE-993?page=all ]

Carlin Rogers updated BEEHIVE-993:
----------------------------------

    Attachment: j993-patch.txt

This patch changes TreeRenderer.renderClientExpansionAnchor() method to write 
out "#" as the href for the expand / collapse anchor. This change is at the 
very end of the patch file. The majority of the patch file contains the updated 
test files.

> Modify the NetUI Tree node expand collapse anchors to support navigation with 
> tabs in Firefox.
> ----------------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-993
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-993
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>  Environment: Win XP and Firefox
>     Reporter: Carlin Rogers
>     Assignee: Carlin Rogers
>     Priority: Minor
>      Fix For: 1.1
>  Attachments: j993-patch.txt
>
> It might be necessary for accessibility to navigate through pages using only 
> the tab key on the keyboard. In Firefox the NetUI Tree node expand (+) and 
> collapse (-) functions never come into focus while tab-ing through the tree. 
> This works in IE. The + and - icons come into focus and the user is able to 
> navigate through the tree, expanding and collapsing the nodes of the tree.
> This is because the netui tree is generating an empty string for the href in 
> the anchor. I'm going to attach a patch to change the 
> TreeRenderer.renderClientExpansionAnchor() to write the "#" character as the 
> href value.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to