Ticket #5784 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

tree: add aria-selected state to the current tree item

Reported by: becky Owned by: becky
Priority: normal Milestone: 1.1
Component: Accessibility Version: 1.0
Severity: normal Keywords:
Cc:

Description

Need to add selected=false to all selectable treeitems (I believe all treeitems are currently selectable?) and update appropriately when treeitem is selected/deselected.

Change History

Changed 5 months ago by becky

  • status changed from new to assigned

Changed 5 months ago by becky

depends upon #5830 (tree keyboard is broken)

Changed 5 months ago by becky

(In [12399]) refs #5784 added selected state to treeitems and update as appropriate. This works in FF2 but not closing the ticket because there are still issues in FF3. !strict

Changed 5 months ago by becky

  • status changed from assigned to closed
  • resolution set to fixed

(In [12514]) fixes #5830, #5784 added onfocus event handler to the labelNode so that focus does not have to bubble to the tree. Tree.focusNode() remains and the labelNode onfocus event handler calls _onTreeFocus so as not to modify the api. Also added support for wai selected state. !strict

Note: See TracTickets for help on using tickets.