Consider this example showing the YUI tree in action:
http://developer.yahoo.com/yui/examples/treeview/tv%5Fedit.html
- Select the title in orange ("TreeView Control: Inline Editing of TreeView Node Labels").
- Hit tab a first time: the link "View example in new window" is selected.
Hit tab a second time: this selects an anchor inside the tree.
From there you can use the up/down keys to navigate through the tree. The current item is always highlighted with a background color.
The issue is that the background of the current item is not highlighted on step 3 above (but it is when navigating through the tree on step 4). Is this a bug of the YUI tree, or is there a way to programmatically highlight the current item when the tree receives the focus?